summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692019-05-01 17:28:27 +0200
committerarchibald8692019-05-01 17:28:27 +0200
commit323611eea223f93fbcbf18b8c2b08fa21d91a73a (patch)
treea62b0e4a9b8a009b6e968058129a35bb4ce9ad47 /PKGBUILD
parentb62fd28b486a80eb599c469920e80a2b433a7b6e (diff)
downloadaur-323611eea223f93fbcbf18b8c2b08fa21d91a73a.tar.gz
Update to version 0.5.20190501
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9280bde7923b..94faeb8a48d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cling-nightly
_pkgname=cling
-_build_date=2019-04-14
+_build_date=2019-05-01
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=(
- "4d5023e6e4c0bc06466139994b5989c7f783b76bf9eef875c499b84d2b2517b8"
+ "954f5fb716565afc84bb5a8c352f9ad45002489528655e5bc8b26ebceca96bc1"
)
_num_cores=$(getconf _NPROCESSORS_ONLN)