neofetch: 7.0.0 -> 7.1.0

This commit is contained in:
Tim Biermann 2020-08-02 19:00:05 +00:00
parent 5ab1ece2e9
commit cc8a1a696b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35noJOXxEag4iSB+mm2UNTokDi0Vm4bkMPE9DtSi+q+D9RYxhW6Wg7BS/dDrCZjZvwXP991P27J68Xw+cHW3ZwM=
SHA256 (Pkgfile) = ba495d8c2f296d53c3515b83c557aa9cace1469311e6db072e68061381ca2389
RWSagIOpLGJF34acKOZ/f0EDwtAnBuaRAoK6Zint4Fqtk6FzGw55oSeJT/fRU4h4q3b2r7zCS5k0oHHGkV89cI2jAHZoulhcCAs=
SHA256 (Pkgfile) = 4cced083c4fa780310ee2d0620db22c57e81704af09c6e763fadc859be22f1b1
SHA256 (.footprint) = 393e86eb3ab59bbb6d0fcb8dc1d4915c095bc00a292c8e83ca53c5831951e478
SHA256 (neofetch-7.0.0.tar.gz) = 8c6bd217cf6d34fc1f3dcbb0e8b1137655bc13fbb21165273dbb2a7bce0d3130
SHA256 (neofetch-7.1.0.tar.gz) = 58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7

View File

@ -4,12 +4,10 @@
# Depends on: bash
name=neofetch
version=7.0.0
version=7.1.0
release=1
source=(https://github.com/dylanaraps/neofetch/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
mkdir -p $PKG/usr/bin
cp neofetch $PKG/usr/bin
install -Dt $PKG/usr/bin $name-$version/neofetch
}