diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-26 16:04:48 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-26 16:41:04 -0300 |
commit | f7b99c710ca61b9672d4fc4c8ca0bf0269acf4f2 (patch) | |
tree | e6fcf8a246326d98a2d58fed66cda82a97b54351 /community | |
parent | 0874da47cadb89ee0529f17bc7c6434668e4c003 (diff) | |
download | aports-f7b99c710ca61b9672d4fc4c8ca0bf0269acf4f2.tar.bz2 aports-f7b99c710ca61b9672d4fc4c8ca0bf0269acf4f2.tar.xz |
community/fwup: upgrade to 1.3.2
Diffstat (limited to 'community')
-rw-r--r-- | community/fwup/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fwup/APKBUILD b/community/fwup/APKBUILD index a876485932..fb4e40cbc4 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.1 +pkgver=1.3.2 pkgrel=0 pkgdesc="Configurable embedded Linux firmware update creator and runner" url="https://github.com/fhunleth/fwup" @@ -9,7 +9,7 @@ arch="all" license="Apache-2.0" makedepends="linux-headers confuse-dev libarchive-dev libsodium-dev help2man dosfstools mtools zip unzip" subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch" -source="$pkgname-$pkgver.tar.gz::https://github.com/fhunleth/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/fhunleth/fwup/releases/download/v$pkgver/fwup-$pkgver.tar.gz" build() { ./configure \ @@ -40,4 +40,4 @@ bashcomp() { "$subpkgdir"/usr/share/bash-completion/completions } -sha512sums="c1d97d7973eb45bbe5acf606dc49d5ceac44f2f3e5176a3fbf3cfc67f42ad9dfb50c299d5167bde3555f5fdf5640857335eec048763aa2859139a33aa36b270e fwup-1.3.1.tar.gz" +sha512sums="5664dea7eaa418994747af430e8a0c8df9a0ba2a02de8d8fec79ddf9da054edadec5b30b1e374ae2e2b60524c83e058070aa2ffcbba23359cce37ba61cd94756 fwup-1.3.2.tar.gz" |