mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump shadow version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
f464aeb721
commit
ab2492ea6a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="4.5"
|
VERSION="4.6"
|
||||||
SRCDIR="shadow-${VERSION}"
|
SRCDIR="shadow-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://github.com/shadow-maint/shadow/releases/download/${VERSION}"
|
URL="https://github.com/shadow-maint/shadow/releases/download/${VERSION}"
|
||||||
SHA256SUM="fc8c858381ad577a5c25ff5beb6ee60a34f8719c73e4e7c61e74188b4e54b741"
|
SHA256SUM="0998c8d84242a231ab0acb7f8613927ff5bcff095f8aa6b79478893a03f05583"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue