hyfetch: update to 1.4.10

This commit is contained in:
Luis
2023-08-17 14:03:34 +00:00
parent 26cc5fec9f
commit d7fc21dea8
3 changed files with 4 additions and 7 deletions

View File

@@ -1,2 +1 @@
813b776b343db8f66d94f00a4515f555 hyfetch-1.4.9.tar.gz
2d20ad091897a4d9a43785ed8da24b9d new-venom-logo.patch
affc0ee86b6e13023919a24128521bcb hyfetch-1.4.10.tar.gz

View File

@@ -1,4 +1,4 @@
hyfetch-1.4.9-1
hyfetch-1.4.10-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/neofetch

View File

@@ -2,13 +2,11 @@
# depends : bash
name=hyfetch
version=1.4.9
version=1.4.10
release=1
source="$name-$version.tar.gz::https://github.com/hykilpikonna/$name/archive/refs/tags/$version.tar.gz
new-venom-logo.patch"
source="$name-$version.tar.gz::https://github.com/hykilpikonna/$name/archive/refs/tags/$version.tar.gz"
build() {
cd $name-$version
patch -Np1 -i ../new-venom-logo.patch
make DESTDIR=$PKG install
}