openbazaar: Update to 1.1.13

Closes: #7680 [via git-merge-pr]
This commit is contained in:
mollusk 2017-09-15 22:13:56 -07:00 committed by Michael Aldridge
parent 2e18ad459c
commit b6f9238d72
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'openbazaar'
pkgname=openbazaar
version=1.1.10
version=1.1.13
revision=1
build_style=fetch
short_desc="P2P Distributed marketplace"
@ -14,10 +14,10 @@ repository="nonfree"
if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ];then
_debarch=amd64
checksum=0587b37baf4eebc447204883f021372bb6b1e1243f424d15aa13339d82428b47
checksum=34118eecedd15d89052b8cc6d08fb789adba5788d43019ea5c89e52f1f07064a
else
_debarch=i386
checksum=813a35d6a9c1dd099f172812b6db124cd0ec38732f6dfce324f0f2895b03c53b
checksum=87c73589aebdb78455e69fe1ccc058440d0ae662404e9ef7d4988e6c574e2add
fi
distfiles="https://github.com/OpenBazaar/OpenBazaar-Installer/releases/download/v${version}/${pkgname}_${version}_${_debarch}.deb"