diff options
author | Dawid Dziurla <dawidd0811@gmail.com> | 2019-01-08 19:16:18 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-08 20:14:22 +0000 |
commit | 851e7bd0fbde82b50528c5e39badf05e9f36cec9 (patch) | |
tree | dc6787c73c939a080895cb09db1baefaf8cc796f /community | |
parent | 1d4ee2d0090345148f7c41f236a44265788854ac (diff) | |
download | aports-851e7bd0fbde82b50528c5e39badf05e9f36cec9.tar.bz2 aports-851e7bd0fbde82b50528c5e39badf05e9f36cec9.tar.xz |
community/neofetch: upgrade to 6.0.0
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 423e38ef00..3acaebdef4 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=5.0.0 +pkgver=6.0.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="7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6 neofetch-5.0.0.tar.gz" +sha512sums="2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d neofetch-6.0.0.tar.gz" |