summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchibald8692019-06-16 10:36:43 +0200
committerarchibald8692019-06-16 10:36:43 +0200
commita28e998cc9a18fdd0dddb6d7225565c59429f3f4 (patch)
treea89e9f9ad56e535611df357e4ed92bcfb8074db0 /PKGBUILD
parentf41dde0ebfbd9023142a7d674b85615748e273a1 (diff)
downloadaur-a28e998cc9a18fdd0dddb6d7225565c59429f3f4.tar.gz
Update to version 0.5.20190615
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5815c3472e06..a47bd84d1d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cling-nightly
_pkgname=cling
-_build_date=2019-05-18
+_build_date=2019-06-15
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=(
- "4ae3d66154e0a4e5dd0dc44028ed86fdb9b5ad6f4d1ca022d824131d37250c48"
+ "2fe9c2a831c392c22678534f5f34df961399af3766972615cb21b62da113b39d"
)
_num_cores=$(getconf _NPROCESSORS_ONLN)