diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-26 21:32:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-26 21:32:00 +0000 |
commit | a9c129edf0e550d854639f9574c2d01b4d67d8a3 (patch) | |
tree | 43399b6dcc3e8398c8edc0dfbe00c5716743d709 /community/fwup | |
parent | ae3f95d3c488f8ea2a2a106d7871ddaea72e504a (diff) | |
download | aports-a9c129edf0e550d854639f9574c2d01b4d67d8a3.tar.bz2 aports-a9c129edf0e550d854639f9574c2d01b4d67d8a3.tar.xz |
community/fwup: upgrade to 1.2.7
Diffstat (limited to 'community/fwup')
-rw-r--r-- | community/fwup/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fwup/APKBUILD b/community/fwup/APKBUILD index 5c231450ff..520ab09840 100644 --- a/community/fwup/APKBUILD +++ b/community/fwup/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Frank Hunleth <fhunleth@troodon-software.com> # Maintainer: Frank Hunleth <fhunleth@troodon-software.com> pkgname=fwup -pkgver=1.2.5 +pkgver=1.2.7 pkgrel=0 pkgdesc="Configurable embedded Linux firmware update creator and runner" url="https://github.com/fhunleth/fwup" @@ -34,4 +34,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="63d3fd905259059933cf12753801863255840db0ad62463e0adb37b3beaa2f66d7f055d8e6a713e1392fe08c4007e72facd374859c6dd007437382568bbc7c3c fwup-1.2.5.tar.gz" +sha512sums="50df41554745a9a22b8b881d21b3cc84e8080468cf1b67afca689fcab5cd1bb3e1794483fe48d8e3a495735da3b0e6a5bed49f8c065a4d65ffca1e323c84ab58 fwup-1.2.7.tar.gz" |