diff options
Diffstat (limited to 'system/usbrelay')
-rw-r--r-- | system/usbrelay/usbrelay.SlackBuild | 2 | ||||
-rw-r--r-- | system/usbrelay/usbrelay.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/usbrelay/usbrelay.SlackBuild b/system/usbrelay/usbrelay.SlackBuild index e7a77e3c96..36cea51b49 100644 --- a/system/usbrelay/usbrelay.SlackBuild +++ b/system/usbrelay/usbrelay.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=usbrelay -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/usbrelay/usbrelay.info b/system/usbrelay/usbrelay.info index 2c1c413699..3854da5392 100644 --- a/system/usbrelay/usbrelay.info +++ b/system/usbrelay/usbrelay.info @@ -1,8 +1,8 @@ PRGNAM="usbrelay" -VERSION="0.7" +VERSION="1.0" HOMEPAGE="https://github.com/darrylb123/usbrelay" -DOWNLOAD="https://github.com/darrylb123/usbrelay/archive/0.7/usbrelay-0.7.tar.gz" -MD5SUM="67b1d297db24a294722abcf7de5f9f71" +DOWNLOAD="https://github.com/darrylb123/usbrelay/archive/1.0/usbrelay-1.0.tar.gz" +MD5SUM="b7f92c4c1b6eae0501725da3a71d3ed4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="hidapi" |