diff options
author | Jose V Beneyto <sepen@crux.nu> | 2013-10-03 11:00:19 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2013-10-03 11:00:35 +0200 |
commit | e940eb573d907f51294abc32113294c3a32e528a (patch) | |
tree | aa17c327916b7d7f406458dcbb402d54dd4e8553 /dialog | |
parent | bfed7a4fbef4fbe89b6f218939a8aaf1da2eb4ce (diff) | |
download | opt-e940eb573d907f51294abc32113294c3a32e528a.tar.gz opt-e940eb573d907f51294abc32113294c3a32e528a.tar.xz |
dialog: updated to 20131001 and fixed source url
Diffstat (limited to 'dialog')
-rw-r--r-- | dialog/.md5sum | 2 | ||||
-rw-r--r-- | dialog/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dialog/.md5sum b/dialog/.md5sum index f2f1fc863..672dafa19 100644 --- a/dialog/.md5sum +++ b/dialog/.md5sum @@ -1 +1 @@ -529c9241a939706e70286889d9edea96 dialog-1.2-20130902.tar.xz +e0932673cd94e4c6e2470d78f0c22376 dialog-1.2-20131001.tgz diff --git a/dialog/Pkgfile b/dialog/Pkgfile index 051d924cc..3ab582205 100644 --- a/dialog/Pkgfile +++ b/dialog/Pkgfile @@ -5,9 +5,9 @@ # Depends on: ncurses name=dialog -version=1.2-20130902 +version=1.2-20131001 release=1 -source=(http://fossies.org/linux/misc/$name-$version.tar.xz) +source=(ftp://dickey.his.com/dialog/$name-$version.tgz) build () { cd $name-$version |