summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2017-04-22 09:52:55 +0200
committerMichel Zou2017-04-22 09:52:55 +0200
commit9f47a9951496c2ea84088ad70ccccafdc1503d53 (patch)
treeaf0bf5051fc4b7fa560f6b1fa37a01e8b77b1624 /PKGBUILD
parenta572b9c4c5fe566950de4a8c03d3550787fdae36 (diff)
downloadaur-9f47a9951496c2ea84088ad70ccccafdc1503d53.tar.gz
1.64.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2970fc00e835..7ced158ad45a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Daniel Kirchner <daniel@ekpyron.org>
pkgname=mingw-w64-boost
-pkgver=1.63.0
+pkgver=1.64.0
_boostver=${pkgver//./_}
pkgrel=1
pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)"
@@ -11,9 +11,9 @@ license=('custom')
depends=('mingw-w64-crt' 'mingw-w64-zlib' 'mingw-w64-bzip2')
makedepends=('mingw-w64-gcc' 'bzip2' 'zlib' 'python2')
options=('!strip' '!buildflags' 'staticlibs')
-source=("https://sourceforge.net/projects/boost/files/boost/${pkgver}/boost_${_boostver}.tar.bz2"
+source=("https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2"
"boost-mingw.patch")
-sha256sums=('beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0'
+sha256sums=('7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332'
'a89d730a8b7578188adb5421090a2d48c82f002a8c5a20d7bd6c9c01eff62fa7')
_architectures="32:i686-w64-mingw32 64:x86_64-w64-mingw32"