aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-06-19 11:57:26 +0200
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-21 10:52:29 +0000
commit430053b8a23952a08e93aac3be2c277103440999 (patch)
tree706ef46e51fa8af5cd2b5627575ecc817bb45478
parent45aca0fcfed2bac759629600f605835282ddfd89 (diff)
downloadalpine_aports-430053b8a23952a08e93aac3be2c277103440999.tar.bz2
alpine_aports-430053b8a23952a08e93aac3be2c277103440999.tar.xz
alpine_aports-430053b8a23952a08e93aac3be2c277103440999.zip
community/neofetch: upgrade to 5.0.0
-rw-r--r--community/neofetch/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/neofetch/APKBUILD b/community/neofetch/APKBUILD
index cc858efaba..423e38ef00 100644
--- a/community/neofetch/APKBUILD
+++ b/community/neofetch/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Dawid Dziurla <dawidd0811@gmail.com> 1# Contributor: Dawid Dziurla <dawidd0811@gmail.com>
2# Maintainer: Dawid Dziurla <dawidd0811@gmail.com> 2# Maintainer: Dawid Dziurla <dawidd0811@gmail.com>
3pkgname=neofetch 3pkgname=neofetch
4pkgver=4.0.2 4pkgver=5.0.0
5pkgrel=0 5pkgrel=0
6pkgdesc="A CLI system information tool written in Bash that supports displaying images" 6pkgdesc="A CLI system information tool written in Bash that supports displaying images"
7url="https://github.com/dylanaraps/neofetch" 7url="https://github.com/dylanaraps/neofetch"
@@ -19,4 +19,4 @@ package() {
19 make DESTDIR="$pkgdir" install 19 make DESTDIR="$pkgdir" install
20} 20}
21 21
22sha512sums="326b7a9fdf08aa10b790c281148946727dc6a10c5c073654fc0ce9cee9afe663de84ac13144cb3e1d2e33b5ca3ed5094d2cb83e78b7b5f6e1ced49d78e191ce4 neofetch-4.0.2.tar.gz" 22sha512sums="7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6 neofetch-5.0.0.tar.gz"