66: update to 0.6.0.1.
This commit is contained in:
parent
163863db81
commit
c44a05f68f
2 changed files with 8 additions and 7 deletions
|
@ -1,3 +1,4 @@
|
|||
CAUTION: upgrading 66 to a new major version may require manual intervention!
|
||||
You may need to run the `66-update` utility or otherwise update your trees.
|
||||
For details, refer to https://framagit.org/Obarun/66/raw/master/NEWS.md
|
||||
CAUTION: 66 v0.6.0.0 has changes to the way the log and env options
|
||||
are handled in the frontend service file. Please consult the
|
||||
documentation and make the appropriate changes before restarting
|
||||
or enabling your services, especially complex module services.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for '66'
|
||||
pkgname=66
|
||||
version=0.5.1.1
|
||||
revision=2
|
||||
version=0.6.0.1
|
||||
revision=1
|
||||
wrksrc="66-v${version}"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr
|
||||
|
@ -17,7 +17,7 @@ license="ISC"
|
|||
homepage="http://web.obarun.org/software/"
|
||||
changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
|
||||
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"
|
||||
|
||||
|
@ -25,7 +25,7 @@ system_accounts="_s6log"
|
|||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vlicense COPYING
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
66-doc_package() {
|
||||
|
|
Loading…
Reference in a new issue