xbps{,-static}: update to 0.35.
This commit is contained in:
parent
765d89a1b9
commit
5daf2a124b
4 changed files with 14 additions and 2 deletions
6
srcpkgs/xbps-static/INSTALL
Normal file
6
srcpkgs/xbps-static/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
chown root:xbuilder usr/sbin/xbps-uchroot.static
|
||||
chmod 4750 usr/sbin/xbps-uchroot.static
|
||||
;;
|
||||
esac
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# NOTE: keep this package synchronized with "srcpkgs/xbps".
|
||||
pkgname=xbps-static
|
||||
version=0.34
|
||||
version=0.35
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
short_desc="The XBPS package system utilities - static binaries"
|
||||
|
|
6
srcpkgs/xbps/INSTALL
Normal file
6
srcpkgs/xbps/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
chown root:xbuilder usr/sbin/xbps-uchroot
|
||||
chmod 4750 usr/sbin/xbps-uchroot
|
||||
;;
|
||||
esac
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps'
|
||||
pkgname=xbps
|
||||
version=0.34
|
||||
version=0.35
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
short_desc="The XBPS package system utilities"
|
||||
|
|
Loading…
Reference in a new issue