aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libctl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libctl/APKBUILD')
-rw-r--r--testing/libctl/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/libctl/APKBUILD b/testing/libctl/APKBUILD
index 6788d3610f7..94416222c5b 100644
--- a/testing/libctl/APKBUILD
+++ b/testing/libctl/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Isaac Dunham <ibid.ag@gmail.com>
# Maintainer:
pkgname=libctl
-pkgver=4.5.0
+pkgver=4.5.1
pkgrel=1
pkgdesc="Guile-based library implementing flexible control files for scientific simulations"
url="https://libctl.readthedocs.io/"
@@ -10,7 +10,7 @@ license="GPL-2.0-or-later AND LGPL-2.1-or-later"
depends_dev="guile-dev gmp-dev"
makedepends="$depends_dev gc-dev gfortran autoconf automake libtool"
subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/stevengj/libctl/archive/v$pkgver.tar.gz"
+source="https://github.com/NanoComp/libctl/archive/v$pkgver/libctl-$pkgver.tar.gz"
prepare() {
default_prepare
@@ -34,4 +34,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="afa25e8dbc4b4652e45e7235937a8fe93f75e5e8f812afcca047c165f08ee4077e3cb215579c2f8b0716556ba4216f23ed2f2c69ad954083dde02c1261e02771 libctl-4.5.0.tar.gz"
+sha512sums="
+e78d11196e29f6d3a7d423f4e6fc03230a2d7e40014c9d7a0ad006c81941c272075d6598686b60b0ef9f3be7c013190aef67c331230d1b0c40de3dafca71f4af libctl-4.5.1.tar.gz
+"