diff options
author | Dawid Dziurla <dawidd0811@gmail.com> | 2018-04-06 08:41:02 +0200 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-08 14:02:00 +0000 |
commit | 7204c9de89b877f18ade6af4085b11b2d1ad577f (patch) | |
tree | 25719e9494fc043f0cc5c0de3fecdb7e5791b184 /community/neofetch | |
parent | eb9ee7a833e59f3bd7b80f5090d13d7049727989 (diff) | |
download | aports-7204c9de89b877f18ade6af4085b11b2d1ad577f.tar.bz2 aports-7204c9de89b877f18ade6af4085b11b2d1ad577f.tar.xz |
community/neofetch: upgrade to 3.4.0
Diffstat (limited to 'community/neofetch')
-rw-r--r-- | community/neofetch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/neofetch/APKBUILD b/community/neofetch/APKBUILD index faa599fa63..52e9076232 100644 --- a/community/neofetch/APKBUILD +++ b/community/neofetch/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Dawid Dziurla <dawidd0811@gmail.com> # Maintainer: Dawid Dziurla <dawidd0811@gmail.com> pkgname=neofetch -pkgver=3.3.0 +pkgver=3.4.0 pkgrel=0 pkgdesc="A CLI system information tool written in Bash that supports displaying images" url="https://github.com/dylanaraps/neofetch" @@ -19,4 +19,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0 neofetch-3.3.0.tar.gz" +sha512sums="931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b neofetch-3.4.0.tar.gz" |