summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-08-15 21:04:48 -0700
committerAndy Weidenbaum2017-08-15 21:04:48 -0700
commit87834771ebdb1a36c76d47e74c3faab4560ea911 (patch)
treeb9b1efa6d09886eeb440b6132819d8183f84a383
parent64254e0ea73c3cbf9fe2cf7b454606f9ae65531d (diff)
downloadaur-87834771ebdb1a36c76d47e74c3faab4560ea911.tar.gz
update pkgver to 3.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84d43abda3f4..32b92fbca40d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 7 22:36:19 UTC 2017
+# Wed Aug 16 04:03:40 UTC 2017
pkgbase = libbitcoin-consensus
pkgdesc = Bitcoin Consensus Library
- pkgver = 3.2.0
- pkgrel = 2
+ pkgver = 3.3.0
+ pkgrel = 1
url = https://github.com/libbitcoin/libbitcoin-consensus
arch = i686
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = libbitcoin-consensus
depends = boost
depends = boost-libs
depends = libsecp256k1
- source = libbitcoin-consensus-3.2.0.tar.gz::https://codeload.github.com/libbitcoin/libbitcoin-consensus/tar.gz/v3.2.0
- sha256sums = 1e70f8c80a1a8089e5a5061310dab9fa069d1e3b221f442dc79545f130644da9
+ source = libbitcoin-consensus-3.3.0.tar.gz::https://codeload.github.com/libbitcoin/libbitcoin-consensus/tar.gz/v3.3.0
+ sha256sums = ae581f7c42a52fb6f4a233300f76f2a2d03a22eee6d4bfe22b233e9b52f029b4
pkgname = libbitcoin-consensus
diff --git a/PKGBUILD b/PKGBUILD
index 37243a7947b0..98b79c6e27da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=libbitcoin-consensus
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
pkgdesc="Bitcoin Consensus Library"
arch=('i686' 'x86_64')
depends=('boost'
@@ -19,7 +19,7 @@ groups=('libbitcoin')
url="https://github.com/libbitcoin/libbitcoin-consensus"
license=('AGPL3')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/libbitcoin/$pkgname/tar.gz/v$pkgver)
-sha256sums=('1e70f8c80a1a8089e5a5061310dab9fa069d1e3b221f442dc79545f130644da9')
+sha256sums=('ae581f7c42a52fb6f4a233300f76f2a2d03a22eee6d4bfe22b233e9b52f029b4')
# half of available processing units or one if only one is available
_nproc=$(($(nproc)/2))