summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692019-04-14 22:18:18 +0200
committerarchibald8692019-04-14 22:18:18 +0200
commitb62fd28b486a80eb599c469920e80a2b433a7b6e (patch)
tree3e6e9d01a70d1c4ad4277de8741a3d46835a23e1 /PKGBUILD
parentac89423b279747d04db822b75c7778c7f6b9ea72 (diff)
downloadaur-b62fd28b486a80eb599c469920e80a2b433a7b6e.tar.gz
Update to version 0.5.20190414
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c203c4eb6302..9280bde7923b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cling-nightly
_pkgname=cling
-_build_date=2019-04-02
+_build_date=2019-04-14
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=(
- "c28edca286a281d0acc491e3d39ebf889a7e13f3619f43b400afb8b6a0a5aa12"
+ "4d5023e6e4c0bc06466139994b5989c7f783b76bf9eef875c499b84d2b2517b8"
)
_num_cores=$(getconf _NPROCESSORS_ONLN)