summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-12-25 16:29:40 -0800
committerAndy Weidenbaum2017-12-25 16:29:40 -0800
commit3abd2d2e33c026697f77089e1df68665fb68d836 (patch)
tree0d55ac5afd5bee3ee7086b37f2311203217cee7e /PKGBUILD
parentcddd3adb56dc82a3cb67e6fae865624e1c8f29d9 (diff)
downloadaur-3abd2d2e33c026697f77089e1df68665fb68d836.tar.gz
fix sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f3b0a8d31e1..a0ef4906ec89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ groups=('libbitcoin')
url="https://github.com/libbitcoin/libbitcoin-client"
license=('AGPL3')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/libbitcoin/$pkgname/tar.gz/v$pkgver)
-sha256sums=('7e7641b960b930735092a225ad7180b672cff63e67bb957e0b46820a303a4e2f')
+sha256sums=('e085d617a4a6c12953519461132fba4e52a3458b24185e938c2381606e3fdc89')
# half of available processing units or one if only one is available
_nproc=$(($(nproc)/2))