diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-03 21:02:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-03 21:07:00 -0300 |
commit | 2e0d8661ddae2d294db6b023bba03bf353c4dd83 (patch) | |
tree | 91d8b07679b0d353535ae5076ed4e0352bf7aaf8 /community/fwup/APKBUILD | |
parent | 8f577330663a9fd245ec4cc9cc845f50c165da53 (diff) | |
download | aports-2e0d8661ddae2d294db6b023bba03bf353c4dd83.tar.bz2 aports-2e0d8661ddae2d294db6b023bba03bf353c4dd83.tar.xz |
community/fwup: upgrade to 1.4.0
Diffstat (limited to 'community/fwup/APKBUILD')
-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 fb4e40cbc4..663e8be2f1 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.3.2 +pkgver=1.4.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="5664dea7eaa418994747af430e8a0c8df9a0ba2a02de8d8fec79ddf9da054edadec5b30b1e374ae2e2b60524c83e058070aa2ffcbba23359cce37ba61cd94756 fwup-1.3.2.tar.gz" +sha512sums="8289b55005cc97a46492f5fc7a1eb6cb1b91d9c332f38c4b5fcddaa8a3cc89f4ec59ea7015a44541a3df68806fc3920da9d035251cfd99d8def3e53a8f44a9f1 fwup-1.4.0.tar.gz" |