summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-04-13 07:37:17 +0200
committerMichel Zou2019-04-13 07:37:17 +0200
commit020ddbd704e3b3f5dc3b03552a51d0873ce469a7 (patch)
treec030915c04190ae8a7e7546015d8af4f6c75d00a
parenta86f73a6582c7daf196016b4d956b2f481161f5a (diff)
downloadaur-020ddbd704e3b3f5dc3b03552a51d0873ce469a7.tar.gz
1.70.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index febd7809195e..44b4afb202f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-boost
pkgdesc = Free peer-reviewed portable C++ source libraries (mingw-w64)
- pkgver = 1.69.0
- pkgrel = 2
+ pkgver = 1.70.0
+ pkgrel = 1
url = http://www.boost.org/
arch = any
license = custom
@@ -15,9 +15,9 @@ pkgbase = mingw-w64-boost
options = !strip
options = !buildflags
options = staticlibs
- source = https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2
+ source = https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.bz2
source = boost-mingw.patch
- sha256sums = 8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406
+ sha256sums = 430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778
sha256sums = 11a5c39852e0513d871a0f74c2f1224efc602a0404db7cd83190712e49a6d3bc
pkgname = mingw-w64-boost
diff --git a/PKGBUILD b/PKGBUILD
index 2ce250441d93..4249072827ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Contributor: Daniel Kirchner <daniel@ekpyron.org>
pkgname=mingw-w64-boost
-pkgver=1.69.0
+pkgver=1.70.0
_boostver=${pkgver//./_}
-pkgrel=2
+pkgrel=1
pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)"
arch=('any')
url="http://www.boost.org/"
@@ -13,7 +13,7 @@ makedepends=('mingw-w64-gcc' 'bzip2' 'zlib' 'python2')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2"
"boost-mingw.patch")
-sha256sums=('8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406'
+sha256sums=('430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778'
'11a5c39852e0513d871a0f74c2f1224efc602a0404db7cd83190712e49a6d3bc')
_architectures="32:i686-w64-mingw32 64:x86_64-w64-mingw32"