summaryrefslogtreecommitdiff
path: root/repo/dash/dash.xibuild
diff options
context:
space:
mode:
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
}