From: Victor Martinez Date: Tue, 26 Jan 2021 02:21:54 +0000 (+0100) Subject: prt-get: updated to 5.19.5 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=refs%2Fheads%2F3.6;hp=c617b6cc70f350b4d1485b0ce216fa0c15ffce5a;p=ports%2Fraspberrypi3-arm.git prt-get: updated to 5.19.5 --- diff --git a/prt-get/.footprint b/prt-get/.footprint index 7304127..c82e761 100644 --- a/prt-get/.footprint +++ b/prt-get/.footprint @@ -1,4 +1,5 @@ drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/prt-get.aliases -rw-r--r-- root/root etc/prt-get.conf drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ @@ -11,7 +12,3 @@ 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.aliases diff --git a/prt-get/.signature b/prt-get/.signature index 4d3896c..1d398f6 100644 --- a/prt-get/.signature +++ b/prt-get/.signature @@ -1,7 +1,6 @@ untrusted comment: verify with /etc/ports/raspberrypi3-arm.pub -RWROOThsoDo5hMnLwNGN10jR2QHBuuqoaHeNb23FSCY/ogFjYdvStS5LD+dBneZI3J4PSfCYUQ7sn5Bz3AG6wqKwezx+mj2EAgI= -SHA256 (Pkgfile) = 2db33c9b67da7e9a836e475b7c36407522652c805b18760c9acb979a957b6a60 -SHA256 (.footprint) = 9a36be18f29307db9bfad99ab7bd2fd07b8342b935406bc89b7bde8f804292b6 -SHA256 (prt-get-5.19.4.tar.xz) = e63b00b89d3e29b135f086a05b4f455c90b12440c18ea82d06d06dc0986a0129 +RWROOThsoDo5hF3QhsJzTOqZL0g0mozGRILXRq7Lyb9FsHGz47kctkI1H1xxkznRLRBMq1nf/rOHyaExdTS5T3hQTn3jeFOgbQo= +SHA256 (Pkgfile) = f738356332a5c857a7ad9b8fa6ff80a7172c455aa5968505b26e943074ad05ca +SHA256 (prt-get-5.19.5.tar.xz) = 62ea02fd94eda36fbec45d5ff05fef0dabad159d9478bec1a7ab570f70d0fae3 SHA256 (prt-get.conf) = a5d28637d904e7a0399a28fe5a886f2f9d83c4613fdf2becebd3c0d708a2c2b2 SHA256 (prt-get.aliases) = df473d38e59d1d6cd859d986a5d6586fdc54bfd51663313c63a939e941984b7b diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile index 67a0c75..b7886d4 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -5,8 +5,8 @@ # Depends on: name=prt-get -version=5.19.4 -release=1 +version=5.19.5 +release=2 source=(http://crux.nu/files/prt-get-$version.tar.xz prt-get.conf prt-get.aliases) @@ -17,6 +17,5 @@ build() { make make DESTDIR=$PKG install - install -m 644 $SRC/prt-get.conf $PKG/etc/ - install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases + install -m 644 $SRC/prt-get.{conf,aliases} $PKG/etc/ }