aboutsummaryrefslogtreecommitdiffstats
path: root/testing/icmake
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-09 15:59:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-09 16:00:00 +0000
commitf42e3094bf6f383375dd0f12295fcac48c0cd734 (patch)
tree8bbb8ec901d6adc2a61f6640a87934bc7da364dc /testing/icmake
parent0fdd9422263cc40c048dc4bcedd1643213a057e5 (diff)
testing/icmake: upgrade to 9.02.08
Diffstat (limited to 'testing/icmake')
-rw-r--r--testing/icmake/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/icmake/APKBUILD b/testing/icmake/APKBUILD
index 6b2528e512b..0ec0f4348fd 100644
--- a/testing/icmake/APKBUILD
+++ b/testing/icmake/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Shiz <hi@shiz.me>
# Maintainer: Shiz <hi@shiz.me>
pkgname=icmake
-pkgver=9.02.07
+pkgver=9.02.08
pkgrel=0
pkgdesc="Make utility using a C-like grammar"
url="https://fbb-git.github.io/icmake/"
@@ -9,7 +9,7 @@ arch="all"
license="GPL-3.0-or-later"
makedepends="bash"
subpackages="$pkgname-doc"
-source="icmake-$pkgver.tar.gz::https://github.com/fbb-git/icmake/archive/$pkgver.tar.gz"
+source="https://gitlab.com/fbb-git/icmake/-/archive/$pkgver/icmake-$pkgver.tar.bz2"
builddir="$srcdir/icmake-$pkgver/icmake"
prepare() {
@@ -37,4 +37,4 @@ package() {
./icm_install strip all "$pkgdir"
}
-sha512sums="9723dc9707e91fbd7cf075b461b0e6d9993891b6776be4b55265b5dce2359ae8232e9936ef6e0a9517783e652617851e7f9d5a9e58325b56da31239721054495 icmake-9.02.07.tar.gz"
+sha512sums="d88877b7d575ce905639b5ee37008718623dfff910da547b11be9e22f1696f30809c438bf702a54a2709b9b4d6cdd929b7e28e41ae2923b8ceffbc058102b76b icmake-9.02.08.tar.bz2"