summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692019-05-19 19:16:11 +0200
committerarchibald8692019-05-19 19:16:11 +0200
commitf41dde0ebfbd9023142a7d674b85615748e273a1 (patch)
tree96fbe65c8dc17b70ad3aaaa681b3a1117910f13b /PKGBUILD
parent323611eea223f93fbcbf18b8c2b08fa21d91a73a (diff)
downloadaur-f41dde0ebfbd9023142a7d674b85615748e273a1.tar.gz
Update to version 0.5.20190518
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94faeb8a48d1..5815c3472e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cling-nightly
_pkgname=cling
-_build_date=2019-05-01
+_build_date=2019-05-18
pkgver=0.5.${_build_date//-}
pkgrel=1
pkgdesc="Interactive C++ interpreter, built on the top of LLVM and Clang libraries"
@@ -20,7 +20,7 @@ source=(
"${pkgname}-${pkgver}.tar.bz2::https://root.cern.ch/download/cling/cling_${_build_date}_sources.tar.bz2"
)
sha256sums=(
- "954f5fb716565afc84bb5a8c352f9ad45002489528655e5bc8b26ebceca96bc1"
+ "4ae3d66154e0a4e5dd0dc44028ed86fdb9b5ad6f4d1ca022d824131d37250c48"
)
_num_cores=$(getconf _NPROCESSORS_ONLN)