summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-08-09 08:45:02 +0200
committerMichel Zou2018-08-09 08:45:02 +0200
commit861ff0e8dbd57b8f0798eb9c5a85e8dfc46678f4 (patch)
treeb0d15f499d19700eecc5bd2f1b609fdd72070147
parent725193bd06339fd630f53ead08c233c4bb3088b9 (diff)
downloadaur-861ff0e8dbd57b8f0798eb9c5a85e8dfc46678f4.tar.gz
1.68.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed40f741adf3..6a0febadd8fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Apr 15 07:27:32 UTC 2018
pkgbase = mingw-w64-boost
pkgdesc = Free peer-reviewed portable C++ source libraries (mingw-w64)
- pkgver = 1.67.0
+ pkgver = 1.68.0
pkgrel = 1
url = http://www.boost.org/
arch = any
@@ -17,9 +15,9 @@ pkgbase = mingw-w64-boost
options = !strip
options = !buildflags
options = staticlibs
- source = https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2
+ source = https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2
source = boost-mingw.patch
- sha256sums = 2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba
+ sha256sums = 7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7
sha256sums = 11a5c39852e0513d871a0f74c2f1224efc602a0404db7cd83190712e49a6d3bc
pkgname = mingw-w64-boost
diff --git a/PKGBUILD b/PKGBUILD
index 6e14300dc9a6..980ecd77b430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Daniel Kirchner <daniel@ekpyron.org>
pkgname=mingw-w64-boost
-pkgver=1.67.0
+pkgver=1.68.0
_boostver=${pkgver//./_}
pkgrel=1
pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)"
@@ -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=('2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba'
+sha256sums=('7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7'
'11a5c39852e0513d871a0f74c2f1224efc602a0404db7cd83190712e49a6d3bc')
_architectures="32:i686-w64-mingw32 64:x86_64-w64-mingw32"