summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2020-03-09 13:13:20 +0100
committerMarco Pompili2020-03-09 13:13:20 +0100
commitcfca5d6feccbd114c855598082af175f1a7fd2d0 (patch)
tree2686d13dcbafac4c9a4c6664408dd336d622a3ea
parent2b4912a3d2b04fae4237f392fe8fc6e4246b580a (diff)
downloadaur-cfca5d6feccbd114c855598082af175f1a7fd2d0.tar.gz
Version 4.1.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43d17eb422dc..3c31d7495408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = boost-build
pkgdesc = Boost.Build makes it easy to build C++ projects, everywhere.
- pkgver = 4.0.0
+ pkgver = 4.1.0
pkgrel = 1
url = http://www.boost.org/build/
arch = any
@@ -9,9 +9,9 @@ pkgbase = boost-build
depends = boost
depends = python
conflicts = boost-build-nightly
- source = https://github.com/boostorg/build/archive/4.0.0.tar.gz
+ source = https://github.com/boostorg/build/archive/4.1.0.tar.gz
source = http://www.boost.org/LICENSE_1_0.txt
- sha256sums = af615141c14858b67d71a278896523d3df0da0ff3c6495b6acf0ae2e8b44dd92
+ sha256sums = e1513cf8ad83e7343f8c21207b3f4cb6c2e4561685d66fe80c4fc612a1c5a55a
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = boost-build
diff --git a/PKGBUILD b/PKGBUILD
index 0a1a03a77fae..861e94af0419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Marco Pompili <aur (at) odd (dot) red>
+# Maintainer: Marco Pompili <aur@mg.odd.red>
# Contributor: Dennis Kempin <mail@dennis-kempin.de>
pkgname=boost-build
-pkgver=4.0.0
+pkgver=4.1.0
pkgrel=1
pkgdesc="Boost.Build makes it easy to build C++ projects, everywhere."
arch=('any')
@@ -12,7 +12,7 @@ depends=('gcc' 'boost' 'python')
conflicts=('boost-build-nightly')
source=("https://github.com/boostorg/build/archive/${pkgver}.tar.gz"
"http://www.boost.org/LICENSE_1_0.txt")
-sha256sums=('af615141c14858b67d71a278896523d3df0da0ff3c6495b6acf0ae2e8b44dd92'
+sha256sums=('e1513cf8ad83e7343f8c21207b3f4cb6c2e4561685d66fe80c4fc612a1c5a55a'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
prepare() {