summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-10-05 18:32:05 +0200
committerMichel Zou2016-10-05 18:32:05 +0200
commit269794c659e328a716ae85779ee7bfefc7bad599 (patch)
tree4b6481121acc80e9f1cc410259beef341dbd44f0
parentac6ce44a77dcdd2e6795b9310b0b9d5d5652faef (diff)
downloadaur-269794c659e328a716ae85779ee7bfefc7bad599.tar.gz
use official location/sha256
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49dea9d7f7f8..8d4727e9fd04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 2 07:23:59 UTC 2016
+# Wed Oct 5 16:32:05 UTC 2016
pkgbase = mingw-w64-boost
pkgdesc = Free peer-reviewed portable C++ source libraries (mingw-w64)
pkgver = 1.62.0
@@ -17,10 +17,10 @@ pkgbase = mingw-w64-boost
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.sourceforge.net/boost/boost/1.62.0/boost_1_62_0.tar.bz2
+ source = https://sourceforge.net/projects/boost/files/boost/1.62.0/boost_1_62_0.tar.bz2
source = boost-mingw.patch
- sha1sums = 5eaba70f7a1594520b9e88ee4e6343e1691ed862
- sha1sums = 7c8f7cb3872dc11bd72c1ba2ec69945ae710cfe2
+ sha256sums = 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0
+ sha256sums = a89d730a8b7578188adb5421090a2d48c82f002a8c5a20d7bd6c9c01eff62fa7
pkgname = mingw-w64-boost
diff --git a/PKGBUILD b/PKGBUILD
index 410fe88a0c85..0d7186d55741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ license=('custom')
depends=('mingw-w64-crt' 'mingw-w64-zlib' 'mingw-w64-bzip2')
makedepends=('mingw-w64-gcc' 'bzip2' 'zlib' 'python2')
options=('!strip' '!buildflags' 'staticlibs')
-source=("http://downloads.sourceforge.net/boost/boost/${pkgver}/boost_${_boostver}.tar.bz2"
+source=("https://sourceforge.net/projects/boost/files/boost/${pkgver}/boost_${_boostver}.tar.bz2"
"boost-mingw.patch")
-sha1sums=('5eaba70f7a1594520b9e88ee4e6343e1691ed862'
- '7c8f7cb3872dc11bd72c1ba2ec69945ae710cfe2')
+sha256sums=('36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0'
+ 'a89d730a8b7578188adb5421090a2d48c82f002a8c5a20d7bd6c9c01eff62fa7')
_architectures="32:i686-w64-mingw32 64:x86_64-w64-mingw32"