prt-get: -> 5.19.6; Closes FS#434

This commit is contained in:
Tim Biermann 2022-05-07 14:16:30 +02:00
parent e230651ed8
commit 7bb2365d5e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 6 deletions

View File

@ -12,3 +12,7 @@ drwxr-xr-x root/root usr/share/man/man5/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/prt-cache.8.gz
-rw-r--r-- root/root usr/share/man/man8/prt-get.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/pkg/
-rw-r--r-- root/root var/lib/pkg/prt-get.locker (EMPTY)

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqhZk+hElFUIrYQb0PSeQd5G01h4rbjZjyJY/rmIhvaskWcgF0zIvfHko2y7l1daO5MVgYBO3iQZ7DocK40nqeQE=
SHA256 (Pkgfile) = 70410644f5e0f09e1a2fbfaa08e59b9211a3b6f7a908c94f48f90900d329feec
SHA256 (.footprint) = b65f00dc4c655c49808834f086edbe203139728a128cdadaef7b0112bb77c041
SHA256 (prt-get-5.19.5.tar.xz) = 62ea02fd94eda36fbec45d5ff05fef0dabad159d9478bec1a7ab570f70d0fae3
RWRJc1FUaeVeqtPEo1wT8dabnSNvkQ1k3xzFZctcf7izxSsEwmeu3g9EhMjjMAPQ0Z1qzyBEEShxGE3jX8pfzn0l5CR673v6CQ0=
SHA256 (Pkgfile) = ee71e38aca52acbaba928599ad81260c91fe7e2578fa1297fb60fbf8125bdb92
SHA256 (.footprint) = 26802764ae3ae1e1a73ea56c859b3415e250a72ea444af410381df8c8f5d3ac8
SHA256 (prt-get-5.19.6.tar.xz) = 6ea89df308e19a6239f260c91036805cd2063d0cd24a7427235849634dd49f0d
SHA256 (prt-get.conf) = 451f8afe4acc2bbe3ea98144f2e8817d04fc71f1fc4b25bd357e514877b5eed0
SHA256 (prt-get.aliases) = 2603ea52a4dd4263898b2ca5219b19963e84714c990c5fa80dcc0a82d2dd65e5

View File

@ -3,8 +3,8 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=prt-get
version=5.19.5
release=3
version=5.19.6
release=1
source=(http://crux.nu/files/prt-get-$version.tar.xz
prt-get.conf prt-get.aliases)
@ -16,4 +16,6 @@ build() {
make DESTDIR=$PKG install
install -m 644 $SRC/prt-get.{conf,aliases} $PKG/etc/
install -d $PKG/var/lib/pkg
touch $PKG/var/lib/pkg/prt-get.locker
}