aboutsummaryrefslogtreecommitdiffstats
path: root/community/wiringpi/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-11-28 19:41:57 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-11-28 19:48:15 +0000
commit8193d0ea404df7b5a82606f4c0de53b83ed998f4 (patch)
tree4e08ed6a202d5caa31a854f2907a1dd50879341a /community/wiringpi/APKBUILD
parentca4e26abdf0af7b8d12c52909a22ba4855bfc304 (diff)
downloadaports-8193d0ea404df7b5a82606f4c0de53b83ed998f4.tar.bz2
aports-8193d0ea404df7b5a82606f4c0de53b83ed998f4.tar.xz
community/wiringpi: fix source url
The original url is down for the time being, switch to a github mirror.
Diffstat (limited to 'community/wiringpi/APKBUILD')
-rw-r--r--community/wiringpi/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/wiringpi/APKBUILD b/community/wiringpi/APKBUILD
index f81447eb80..7d835344af 100644
--- a/community/wiringpi/APKBUILD
+++ b/community/wiringpi/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=wiringpi
pkgver=2.46
-_commitid=8d188fa
+_commitid=8d188fa0e00bb8c6ff6eddd07bf92857e9bd533a
pkgrel=2
pkgdesc="command line interface for Raspberry Pi gpio"
url="http://wiringpi.com/the-gpio-utility/"
@@ -12,10 +12,10 @@ depends=""
makedepends="linux-headers"
install=""
subpackages="$pkgname-dev"
-source="wiringpi-$pkgver.tar.gz::https://git.drogon.net/?p=wiringPi;a=snapshot;h=$_commitid;sf=tgz
+source="wiringpi-$pkgver.tar.gz::https://github.com/WiringPi/WiringPi/archive/$_commitid.tar.gz
"
-builddir="$srcdir"/wiringPi-$_commitid
+builddir="$srcdir"/WiringPi-$_commitid
build() {
cd "$builddir"
@@ -37,4 +37,4 @@ package() {
install -D -m755 gpio/gpio "$pkgdir"/usr/bin/gpio
}
-sha512sums="6830b9e7ab58bbe2b63726b369d0414213e3116d26dfaa749d800d5f119cda7cf171fc5440b846a29a2c447c22c6ca901276402c19a696bf29e7955feaf93bdb wiringpi-2.46.tar.gz"
+sha512sums="eae4868a25a08ab9b7207548111f3a50dbd3b8ab85dd4d1b8c1da567253cbafa260ffdfc6bef78795dbce1c1c46f27d998a0c3f8302a7765d26519120cf306d1 wiringpi-2.46.tar.gz"