diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-12-26 18:04:43 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-12-26 18:10:07 +0100 |
commit | 268066ca3b9090bd8f0ccf5f6f27ea241691243d (patch) | |
tree | 55a9ce43ae757f8be5a32801eb68eaf8a9510a9e /community/picocom/APKBUILD | |
parent | 64a3d7b1266ffd2e61ea803faca6b19bf4f7265c (diff) | |
download | aports-268066ca3b9090bd8f0ccf5f6f27ea241691243d.tar.bz2 aports-268066ca3b9090bd8f0ccf5f6f27ea241691243d.tar.xz |
community/picocom: upgrade to 3.0
Diffstat (limited to 'community/picocom/APKBUILD')
-rw-r--r-- | community/picocom/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/picocom/APKBUILD b/community/picocom/APKBUILD index b872c73201..6c21848b81 100644 --- a/community/picocom/APKBUILD +++ b/community/picocom/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=picocom -pkgver=2.2 +pkgver=3.0 pkgrel=0 pkgdesc="Minimal dumb-terminal emulation program" url="https://github.com/npat-efault/picocom" @@ -26,12 +26,10 @@ package() { "$pkgdir"/usr/share/man/man1/$pkgname.1 || return 1 local file= - for file in CONTRIBUTORS README.md TODO; do + for file in CONTRIBUTORS README.md TODO lowerrts.md; do install -Dm644 "$builddir"/$file \ "$pkgdir"/usr/share/doc/$pkgname/$file || return 1 done } -md5sums="65da5cd32f8cfa456bbe79bbcc908daf picocom-2.2.tar.gz" -sha256sums="3e3904158d675541f0fcfdcd1f671b38445338f536080f5de8d6674b5f33d4ce picocom-2.2.tar.gz" -sha512sums="21495af30b81dfd1b3f4fea1ecf93c3a9252be1ae2ba94c7a2a07ceb75f562bc2ebc6ef6a8ae61f810ff5c121d4ab572a6f8ba75283e2cb28cf9886f834df0fa picocom-2.2.tar.gz" +sha512sums="3c22a7638be63cffcc3191479bd442a142e9b3d85815a000fa7ad7e04a4314f07331931d8f240f226ddb02dd15c79cd4fda98fc907629ad34820d481eb690bf0 picocom-3.0.tar.gz" |