prt-utils: updated to version 1.3.3

This commit is contained in:
John McQuah 2024-04-18 11:12:22 +00:00
parent 75e56a81a7
commit 1eaa89e817
4 changed files with 20 additions and 10 deletions

View File

@ -67,3 +67,14 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/prtverify.1.gz -rw-r--r-- root/root usr/share/man/man1/prtverify.1.gz
-rw-r--r-- root/root usr/share/man/man1/prtwash.1.gz -rw-r--r-- root/root usr/share/man/man1/prtwash.1.gz
-rw-r--r-- root/root usr/share/man/man1/revdep.1.gz -rw-r--r-- root/root usr/share/man/man1/revdep.1.gz
drwxr-xr-x root/root usr/share/portspage/
-rw-r--r-- root/root usr/share/portspage/style.html
drwxr-xr-x root/root usr/share/prtcreate/
-rw-r--r-- root/root usr/share/prtcreate/autotools
-rw-r--r-- root/root usr/share/prtcreate/cmake
-rw-r--r-- root/root usr/share/prtcreate/meson
-rw-r--r-- root/root usr/share/prtcreate/ninja
-rw-r--r-- root/root usr/share/prtcreate/perl
-rw-r--r-- root/root usr/share/prtcreate/py3pip
-rw-r--r-- root/root usr/share/prtcreate/py3setup
-rw-r--r-- root/root usr/share/prtcreate/r

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aom6xiu0HXHMdfpwrZY0Y8OV93yGMfnDt8EDD7Hz2juawqBxFHS6VWxSvVJO9eOwsl6zyhb94WVtLQ1krypZAg= RWSE3ohX2g5d/bgEP3ZwtWpoBlWOU/cyGkHThC7IAnKp9opetgmHISSkuhwO0t/fbfsvHJ7lLn+iSrPesCXoeFwskK79SGpUrAU=
SHA256 (Pkgfile) = 5c35dce990e7483a5ad9c158a6df20bba7512eeb5f5cdc8deaa181bef161ba19 SHA256 (Pkgfile) = d0947e66027507ccede5057791dade81ff4b077d62aa8f6aefa655a5ddad567f
SHA256 (.footprint) = dedce0df9ec313acbb38f626433654a57c4e04fb8c624f95c3536f504b6ad446 SHA256 (.footprint) = 6f1c811ae9a03fa50a0efbda542a758c596a60a10f8d31e8a2b0de2609c42eb0
SHA256 (prt-utils-1.3.2-3.tar.gz) = 76d9d2f7e88464f01ea35f6f85eb08633e0c9764687a8a4056e3b712d452a9ff SHA256 (prt-utils-1.3.3-1.tar.gz) = 79b6926cabbc9b021a81b0e5edabe0c6e38d32306c97b3263258f31d7e7582f8

View File

@ -4,10 +4,9 @@
# Depends on: elfutils dialog # Depends on: elfutils dialog
name=prt-utils name=prt-utils
version=1.3.2 version=1.3.3
release=3 release=1
_commit=1bdb894947dddab6192e6d0c8c6d1617cd8a44f4 source=(https://git.crux.nu/tools/$name/archive/release-$version.tar.gz)
source=(https://git.crux.nu/tools/$name/archive/$_commit.tar.gz)
renames=($name-$version-$release.tar.gz) renames=($name-$version-$release.tar.gz)
build() { build() {

View File

@ -1,7 +1,7 @@
README for prt-utils README for prt-utils
version 1.3.2 offers the user-facing part of prtverify in two Starting with version 1.3.2, the user-facing part of prtverify has
alternative implementations: bash and gawk. The `make install` two alternative implementations: bash and gawk. The `make install`
rule creates /usr/bin/prtverify pointing to the gawk version. rule creates /usr/bin/prtverify pointing to the gawk version.
Feel free to change the target of the symlink, define an alias Feel free to change the target of the symlink, define an alias
in your profile (e.g., alias prtverify="/usr/bin/prtverify.sh "), in your profile (e.g., alias prtverify="/usr/bin/prtverify.sh "),