Skip to content

Commit

Permalink
pv: 1.7.24 -> 1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Sep 19, 2024
1 parent 752f947 commit f1d01e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pv/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3557e85c4e3e3b659772a804a1f58715 pv-1.7.24.tar.gz
08c8b0c40d37e46cbe2b77c5de554b12 pv-1.8.14.tar.gz
7 changes: 5 additions & 2 deletions pv/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# URL: http://www.ivarch.com/programs/pv.shtml

name=pv
version=1.7.24
version=1.8.14
release=1
source=https://github.com/a-j-wood/pv/releases/download/v$version/pv-$version.tar.gz
source=http://www.ivarch.com/programs/sources/pv-$version.tar.gz

build() {
mkdir build; cd build
Expand All @@ -15,4 +15,7 @@ build() {

make V=1
make DESTDIR=$PKG install

# remove junk
rm -r $PKG/usr/share/doc
}

0 comments on commit f1d01e0

Please sign in to comment.