summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHao Zhang2020-09-26 17:27:50 +0800
committerHao Zhang2020-09-26 17:27:50 +0800
commit216c414b75ee265d513f5d92bbf40e6f54372aa5 (patch)
tree3f71f2233944b09d49380f3c45ee99a705753f30 /PKGBUILD
parent760a8bf2a4278bcae2e0954e8b1e73dfc08faa73 (diff)
downloadaur-216c414b75ee265d513f5d92bbf40e6f54372aa5.tar.gz
update for old version not hosted by upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 893c9ff5236b..d141263a4119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=cling-bin
_pkgname=cling
-pkgver=20200402
+pkgver=20200908
pkgrel=1
pkgdesc="The cling C++ interpreter"
arch=(x86_64)
@@ -8,13 +8,13 @@ url="https://root.cern.ch/cling"
license=('Cling Release License')
depends=('ncurses5-compat-libs')
-file_name='cling_2020-04-02_ubuntu18'
+file_name='cling_2020-09-08_ROOT-ubuntu2004'
source=(
"https://root.cern/download/cling/$file_name.tar.bz2"
)
sha256sums=(
- '70fa2bd9848286da4b0dbf7fb639c91951db05ca0457ea2b857571587b541e39'
+ '2c75766f120c907fe96339cb0ce9f6ef6c60aa4d831d450de50d64c6384769a1'
)
prepare() {