diff options
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 663e8be2f1..6d97c3069f 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.4.0 +pkgver=1.5.0 pkgrel=0 pkgdesc="Configurable embedded Linux firmware update creator and runner" url="https://github.com/fhunleth/fwup" @@ -40,4 +40,4 @@ bashcomp() { "$subpkgdir"/usr/share/bash-completion/completions } -sha512sums="8289b55005cc97a46492f5fc7a1eb6cb1b91d9c332f38c4b5fcddaa8a3cc89f4ec59ea7015a44541a3df68806fc3920da9d035251cfd99d8def3e53a8f44a9f1 fwup-1.4.0.tar.gz" +sha512sums="2f7056dae5873481560452183b6159d02cdb68fbc1ad71fe0e1455e04034ab85e0f4b7273ac73beb11da6235038ff078c55f3ea6cf2ffb1e2a0ae81550d78935 fwup-1.5.0.tar.gz" |