summaryrefslogtreecommitdiff
path: root/repo/dash/dash.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-02-02 14:10:02 +0000
committerdavidovski <david@davidovski.xyz>2023-02-02 14:10:02 +0000
commitf29d569cd33a73da5ad675f43a34ad53c5cc9bc6 (patch)
tree76fe6267f8307e7630fc6f53ff99a9767ad40de0 /repo/dash/dash.xibuild
parent05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (diff)
Work
Diffstat (limited to 'repo/dash/dash.xibuild')
-rw-r--r--repo/dash/dash.xibuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/repo/dash/dash.xibuild b/repo/dash/dash.xibuild
index a63eb4d..b188f4e 100644
--- a/repo/dash/dash.xibuild
+++ b/repo/dash/dash.xibuild
@@ -3,11 +3,12 @@
MAKEDEPS="make "
DEPS="musl"
-PKG_VER=0.5.11.5
-SOURCE=http://gondor.apana.org.au/~herbert/dash/files/dash-$PKG_VER.tar.gz
+PKG_VER=0.5.12
+SOURCE=https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/dash-$PKG_VER.tar.gz
DESC="POSIX compliant shell that aims to be as small as possible"
build () {
+ autoreconf -vif
./configure --bindir=/usr/bin --mandir=/usr/share/man &&
make
}