aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/alpine-git-mirror-syncd/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/alpine-git-mirror-syncd/APKBUILD b/main/alpine-git-mirror-syncd/APKBUILD
index 72574046de1..d465f2e7006 100644
--- a/main/alpine-git-mirror-syncd/APKBUILD
+++ b/main/alpine-git-mirror-syncd/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=alpine-git-mirror-syncd
_shortname=git-mirror-syncd
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=0
pkgdesc="Lua script that listens on MQTT and synchronizes Git mirrors when notified about changes"
url="https://github.com/jirutka/alpine-git-mirror-syncd"
arch="noarch"
license="MIT"
depends="ca-certificates git lua5.1 lua5.1-cjson lua5.1-mosquitto"
-source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz"
+source="https://github.com/jirutka/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
options="!check" # upstream does not provide any tests yet
@@ -28,4 +28,4 @@ package() {
install -D -m 644 etc/conf.d/$_shortname "$pkgdir"/etc/conf.d/$_shortname
}
-sha512sums="714deff8915eefbc48f6786d3142f75a8befbd48f6bf1e20ba369fd66e5e1c41c7226972b199b736c43fa70728142daf6ae26f211c0b37ac87d4a2d2f959f8f1 alpine-git-mirror-syncd-0.3.0.tar.gz"
+sha512sums="ec85f1907d23332c9342aa6e44edc9591fdd5f77501de7df39abdacff7482d942aa499ba70152b461f7ec2d77f72279710e55d14def483b69bdc39651b272008 alpine-git-mirror-syncd-0.3.1.tar.gz"