diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2020-05-15 00:25:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-15 00:25:58 +0700 |
commit | 2272c490eb707daaaa18e829c4e5d5e412ba4dcf (patch) | |
tree | e9dff53baa0552596644e655e881aaec89f4273f /system/usbrelay | |
parent | b81d6e39580b9cc9534b745a7ea33b86264b9ffd (diff) |
system/usbrelay: Updated for version 0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 e57a8c8f763a..1e6d5ca66da9 100644 --- a/system/usbrelay/usbrelay.SlackBuild +++ b/system/usbrelay/usbrelay.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=usbrelay -VERSION=${VERSION:-0.3} +VERSION=${VERSION:-0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/usbrelay/usbrelay.info b/system/usbrelay/usbrelay.info index c6447b97e7a7..2c1c41369986 100644 --- a/system/usbrelay/usbrelay.info +++ b/system/usbrelay/usbrelay.info @@ -1,8 +1,8 @@ PRGNAM="usbrelay" -VERSION="0.3" +VERSION="0.7" HOMEPAGE="https://github.com/darrylb123/usbrelay" -DOWNLOAD="https://github.com/darrylb123/usbrelay/archive/v0.3/usbrelay-0.3.tar.gz" -MD5SUM="7daec063f9ad565209c6c06ea5a98821" +DOWNLOAD="https://github.com/darrylb123/usbrelay/archive/0.7/usbrelay-0.7.tar.gz" +MD5SUM="67b1d297db24a294722abcf7de5f9f71" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="hidapi" |