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 <goliath@infraroot.at>
This commit is contained in:
parent
4a80cc61b8
commit
fa1ff826a9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="4.7"
|
VERSION="4.8.1"
|
||||||
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="e5e196a4a7e3b228c812f3163d368be3e932e6eaa4e616677a148d9ec921e16c"
|
SHA256SUM="a3ad4630bdc41372f02a647278a8c3514844295d36eefe68ece6c3a641c1ae62"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue