Skip to content

Commit 6e8c3e2

Browse files
committed
updated to v6.08.04
1 parent 6a54cde commit 6e8c3e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = root
22
pkgdesc = C++ data analysis framework and interpreter from CERN with extra features enabled.
3-
pkgver = 6.08.02
3+
pkgver = 6.08.04
44
pkgrel = 1
55
url = http://root.cern.ch
66
install = root.install
@@ -33,15 +33,15 @@ pkgbase = root
3333
optdepends = gcc-fortran: Enable the Fortran components of ROOT
3434
optdepends = tcsh: Legacy CSH support
3535
options = !emptydirs
36-
source = https://root.cern.ch/download/root_v6.08.02.source.tar.gz
36+
source = https://root.cern.ch/download/root_v6.08.04.source.tar.gz
3737
source = JupyROOT_encoding.patch
3838
source = JupyROOT_fix.patch
3939
source = root.install
4040
source = root.sh
4141
source = root.xml
4242
source = rootd
4343
source = settings.cmake
44-
sha256sums = 131c50a81e72a1cd2b2825c66dbe3916c23b28006e84f5a028baed4c72d86014
44+
sha256sums = 51d8fb902b29223f4c621f7f316e3b9d9fe41cd53403e7274cb5cf47ade9c500
4545
sha256sums = dbf08ee3b506a2089f58d55ec9b1e6b77f337a6d2ebbb081e69cf729e531da3f
4646
sha256sums = a17309295f998ed826dcbf1b5d04de7ed44d64c35221806c75b775796578783d
4747
sha256sums = f1796729b0403026382bca43329692f5356c8ec46fc2c09f799a8b3d12d49a6f

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Sebastian Voecking < voeck at web dot de >
66

77
pkgname=root
8-
pkgver=6.08.02
8+
pkgver=6.08.04
99
pkgrel=1
1010
pkgdesc='C++ data analysis framework and interpreter from CERN with extra features enabled.'
1111
arch=('i686' 'x86_64')
@@ -48,7 +48,7 @@ source=("https://root.cern.ch/download/root_v${pkgver}.source.tar.gz"
4848
'root.xml'
4949
'rootd'
5050
'settings.cmake')
51-
sha256sums=('131c50a81e72a1cd2b2825c66dbe3916c23b28006e84f5a028baed4c72d86014'
51+
sha256sums=('51d8fb902b29223f4c621f7f316e3b9d9fe41cd53403e7274cb5cf47ade9c500'
5252
'dbf08ee3b506a2089f58d55ec9b1e6b77f337a6d2ebbb081e69cf729e531da3f'
5353
'a17309295f998ed826dcbf1b5d04de7ed44d64c35221806c75b775796578783d'
5454
'f1796729b0403026382bca43329692f5356c8ec46fc2c09f799a8b3d12d49a6f'

0 commit comments

Comments
 (0)