system/usbrelay: Updated for version 1.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastian Arcus 2022-08-31 03:19:20 +01:00 committed by Willy Sudiarto Raharjo
parent 3a4f6aafbf
commit 2b412f8083
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=usbrelay PRGNAM=usbrelay
VERSION=${VERSION:-0.7} VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="usbrelay" PRGNAM="usbrelay"
VERSION="0.7" VERSION="1.0"
HOMEPAGE="https://github.com/darrylb123/usbrelay" HOMEPAGE="https://github.com/darrylb123/usbrelay"
DOWNLOAD="https://github.com/darrylb123/usbrelay/archive/0.7/usbrelay-0.7.tar.gz" DOWNLOAD="https://github.com/darrylb123/usbrelay/archive/1.0/usbrelay-1.0.tar.gz"
MD5SUM="67b1d297db24a294722abcf7de5f9f71" MD5SUM="b7f92c4c1b6eae0501725da3a71d3ed4"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="hidapi" REQUIRES="hidapi"