mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump sed version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
213d8e038d
commit
4a80cc61b8
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="4.7"
|
VERSION="4.8"
|
||||||
SRCDIR="sed-${VERSION}"
|
SRCDIR="sed-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://ftp.gnu.org/gnu/sed/"
|
URL="https://ftp.gnu.org/gnu/sed/"
|
||||||
SHA256SUM="2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a"
|
SHA256SUM="f79b0cfea71b37a8eeec8490db6c5f7ae7719c35587f21edb0617f370eeff633"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue