diff options
author | Dawid Dziurla <dawidd0811@gmail.com> | 2018-05-18 00:09:44 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-29 08:00:52 +0000 |
commit | 051a53890adcd3af7746965034b3e99b7317e903 (patch) | |
tree | cfa39aa361b5498775134e1b3ee2c4d172d21cb1 /community | |
parent | 5d6f6ae690754185f655b3c347b7812dd3773380 (diff) | |
download | aports-051a53890adcd3af7746965034b3e99b7317e903.tar.bz2 aports-051a53890adcd3af7746965034b3e99b7317e903.tar.xz |
community/neofetch: upgrade to 4.0.1
Diffstat (limited to 'community')
-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 52e9076232..b1e99c4235 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.4.0 +pkgver=4.0.1 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="931648e8173eb91fdf5c79b5bb9b6efef132d30cf2f10d6f75dcff42f3661d40ceec712c109e90e2226e1aa85cad7676c438b6cad49e8298a77d990d9a3d197b neofetch-3.4.0.tar.gz" +sha512sums="b3d89e55d9c056a9e80295f4abcdee96866bcf685dc924f21a8b4c92ddb822b8dafef06d28ac14a3bed9da29bb61219a0d4b82cd7e8da18ce4989d847e4e920d neofetch-4.0.1.tar.gz" |