diff options
author | Dawid Dziurla <dawidd0811@gmail.com> | 2017-09-14 10:31:43 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-20 08:05:27 +0000 |
commit | 24b613b270e906f51804098315fdd4d2b69098c1 (patch) | |
tree | 31c16600f0fbe5e5ca22aa90f7f87e49919ef97f /testing | |
parent | 97d973dcf07fb5a787f7fff28cb031fcc5c5b4b7 (diff) | |
download | aports-24b613b270e906f51804098315fdd4d2b69098c1.tar.bz2 aports-24b613b270e906f51804098315fdd4d2b69098c1.tar.xz |
testing/neofetch: upgrade to 3.3.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/neofetch/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/neofetch/APKBUILD b/testing/neofetch/APKBUILD index 94e4253d17..f3ebc72339 100644 --- a/testing/neofetch/APKBUILD +++ b/testing/neofetch/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Dawid Dziurla <dawidd0811@gmail.com> # Maintainer: Dawid Dziurla <dawidd0811@gmail.com> pkgname=neofetch -pkgver=3.2.0 +pkgver=3.3.0 pkgrel=0 pkgdesc="A CLI system information tool written in BASH that supports displaying images." url="https://github.com/dylanaraps/neofetch" @@ -17,7 +17,7 @@ builddir="$srcdir/$pkgname-$pkgver" package() { cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } -sha512sums="790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764 neofetch-3.2.0.tar.gz" +sha512sums="aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0 neofetch-3.3.0.tar.gz" |