diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-11-29 17:27:55 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-11-29 17:30:27 +1100 |
commit | 86d3772392b806f7fcc91206ca820aa84a445482 (patch) | |
tree | ba25baaa6d646a6b04b07569bc0cf40bb3aa8d97 /libedit/Pkgfile | |
parent | 1cf65e06f312b73d616cfdf750d3ebb87be3a786 (diff) | |
download | contrib-86d3772392b806f7fcc91206ca820aa84a445482.tar.gz contrib-86d3772392b806f7fcc91206ca820aa84a445482.tar.xz |
libedit: 20130712-3.1 -> 20141030-3.1
Diffstat (limited to 'libedit/Pkgfile')
-rw-r--r-- | libedit/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libedit/Pkgfile b/libedit/Pkgfile index eabb5399c..0e0daf24a 100644 --- a/libedit/Pkgfile +++ b/libedit/Pkgfile @@ -4,12 +4,12 @@ # Maintainer: Danny Rawlins, crux at romster dot me name=libedit -version=20130712-3.1 +version=20141030-3.1 release=1 source=(http://thrysoee.dk/editline/$name-$version.tar.gz) build() { - cd $name-$version + cd $name-20141029-3.1 ./configure \ --prefix=/usr \ |