summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-01-13 03:43:04 +0000
committerJoan Bruguera2023-01-13 03:43:33 +0000
commit536a55d7fd52f0c7519d36fe9c70a28c1c018299 (patch)
tree2837d5661473cabec765be663a6ea5526d59011f
parent66594e649bbc23b329ade6605821d61166c2bfde (diff)
downloadaur-536a55d7fd52f0c7519d36fe9c70a28c1c018299.tar.gz
Update to 1.4.1.20230112.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dbfc90df6fc..38c0583825e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = folding
pkgdesc = Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).
- pkgver = 1.4.0.20221214
+ pkgver = 1.4.1.20230112
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
@@ -13,9 +13,9 @@ pkgbase = folding
depends = r
depends = clang
depends = python
- source = https://ftp.tools.bsc.es/folding/folding-1.4.0-src.tar.bz2
+ source = https://ftp.tools.bsc.es/folding/folding-1.4.1-src.tar.bz2
source = python3-ports.patch
- sha512sums = 9cc3b9863eb6916924adbf62165e131c42c2ab2920d2f1e2bd4ac701d48ca2c2169d0e4b17bdae8ba0f91be584d97a607c62c86f488ae6a44ba0a62ac20d360a
+ sha512sums = 386cefcb07afb813bff94a17730c13266c81a5470c719f6846132249419c99183478512d59c4a3baa70282d66e9fb46e7a75f2a1851491d209aa65a4df44b852
sha512sums = f62af324cfe585605dbdfdb87fa7877cb794ba854c1445193710f22ce3cb92effcfcb7c6b8e32286f927bd0804478580b6358b62f15cba789359862bc0589aa1
pkgname = folding
diff --git a/PKGBUILD b/PKGBUILD
index fc31dbffe1cd..83943a454f4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname='folding'
pkgdesc='Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).'
-pkgver='1.4.0.20221214'
+pkgver='1.4.1.20230112'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
@@ -10,7 +10,7 @@ depends=(boost qt5-base libbsctools r clang python)
makedepends=(gcc-fortran)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
python3-ports.patch)
-sha512sums=(9cc3b9863eb6916924adbf62165e131c42c2ab2920d2f1e2bd4ac701d48ca2c2169d0e4b17bdae8ba0f91be584d97a607c62c86f488ae6a44ba0a62ac20d360a
+sha512sums=(386cefcb07afb813bff94a17730c13266c81a5470c719f6846132249419c99183478512d59c4a3baa70282d66e9fb46e7a75f2a1851491d209aa65a4df44b852
f62af324cfe585605dbdfdb87fa7877cb794ba854c1445193710f22ce3cb92effcfcb7c6b8e32286f927bd0804478580b6358b62f15cba789359862bc0589aa1)
prepare() {