mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Bump init version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
1c8a421015
commit
e0de98bf7d
3 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="2"
|
||||
VERSION="3"
|
||||
SRCDIR="init-scripts-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="http://infraroot.at/pygos"
|
||||
SHA256SUM="7522e65dcd8dfc6bdb1dc4268e0198926580e422a254deb9cabd06b18a6c1b9e"
|
||||
SHA256SUM="529f91c59cecda5bbe954e73bbddddaa22e80ac49e85b7bb785c3cee2397f070"
|
||||
DEPENDS="toolchain"
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
VERSION="0.9"
|
||||
VERSION="0.10"
|
||||
SRCDIR="init-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="http://infraroot.at/pygos"
|
||||
SHA256SUM="ede42eab34fc339af9e640b2ad0fbf509d567c900611b5866325ad48a44a5159"
|
||||
SHA256SUM="93c4368d182b41acbe5173a5094579760bf0d050f15e36fd06c6f762694fc241"
|
||||
DEPENDS="toolchain"
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -5,3 +5,4 @@ slink bin/reboot 0777 0 0 shutdown
|
|||
dir lib/libexec/init 0755 0 0
|
||||
file lib/libexec/init/killall5 0755 0 0
|
||||
file lib/libexec/init/runsvc 0755 0 0
|
||||
file lib/libexec/init/waitfile 0755 0 0
|
||||
|
|
Loading…
Reference in a new issue