diff options
Diffstat (limited to 'community/wiringpi/APKBUILD')
-rw-r--r-- | community/wiringpi/APKBUILD | 8 |
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" |