66: update to 0.6.0.1.

This commit is contained in:
mobinmob 2021-02-01 00:45:45 +02:00 committed by Érico Nogueira Rolim
parent 163863db81
commit c44a05f68f
2 changed files with 8 additions and 7 deletions

View file

@ -1,3 +1,4 @@
CAUTION: upgrading 66 to a new major version may require manual intervention! CAUTION: 66 v0.6.0.0 has changes to the way the log and env options
You may need to run the `66-update` utility or otherwise update your trees. are handled in the frontend service file. Please consult the
For details, refer to https://framagit.org/Obarun/66/raw/master/NEWS.md documentation and make the appropriate changes before restarting
or enabling your services, especially complex module services.

View file

@ -1,7 +1,7 @@
# Template file for '66' # Template file for '66'
pkgname=66 pkgname=66
version=0.5.1.1 version=0.6.0.1
revision=2 revision=1
wrksrc="66-v${version}" wrksrc="66-v${version}"
build_style=configure build_style=configure
configure_args="--prefix=/usr configure_args="--prefix=/usr
@ -17,7 +17,7 @@ license="ISC"
homepage="http://web.obarun.org/software/" homepage="http://web.obarun.org/software/"
changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md" changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2" distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
checksum=7a0db00186f1c2111d07cbcc082f769c806820607d7ba5f49e505abf06687e0c checksum=6267e6b51fa6a5c56ef10f385f89bbbf87dca51ff397be32a7dac161cbc25a9b
conf_files="/etc/66/init /etc/66/init.conf" conf_files="/etc/66/init /etc/66/init.conf"
@ -25,7 +25,7 @@ system_accounts="_s6log"
post_install() { post_install() {
vdoc README.md vdoc README.md
vlicense COPYING vlicense LICENSE
} }
66-doc_package() { 66-doc_package() {