diff options
author | Jose V Beneyto <sepen@crux.nu> | 2013-10-05 13:24:27 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2013-10-05 13:24:27 +0200 |
commit | 22a3a66a44b7776b7eb31e0811ea9b89ccae8c99 (patch) | |
tree | 842296f31fb529d3320181372dcd4b5c10647b63 /dialog | |
parent | 20b2504e3debe746f13129a67a3e297ec24ea355 (diff) | |
download | opt-22a3a66a44b7776b7eb31e0811ea9b89ccae8c99.tar.gz opt-22a3a66a44b7776b7eb31e0811ea9b89ccae8c99.tar.xz |
dialog: downgraded to 20130928 (release 20131001 was removed upstream) and cleanup
Diffstat (limited to 'dialog')
-rw-r--r-- | dialog/.md5sum | 2 | ||||
-rw-r--r-- | dialog/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dialog/.md5sum b/dialog/.md5sum index 672dafa19..0a9e19b24 100644 --- a/dialog/.md5sum +++ b/dialog/.md5sum @@ -1 +1 @@ -e0932673cd94e4c6e2470d78f0c22376 dialog-1.2-20131001.tgz +2cf55cd9d4603ffdb4b24cd6843d740c dialog-1.2-20130928.tgz diff --git a/dialog/Pkgfile b/dialog/Pkgfile index 3ab582205..e6476620e 100644 --- a/dialog/Pkgfile +++ b/dialog/Pkgfile @@ -1,13 +1,13 @@ # Description: A tool to display dialog boxes from shell scripts -# URL: http://hightek.org/dialog/ +# URL: http://invisible-island.net/dialog/ # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Simone Rota, sip at crux dot nu # Depends on: ncurses name=dialog -version=1.2-20131001 +version=1.2-20130928 release=1 -source=(ftp://dickey.his.com/dialog/$name-$version.tgz) +source=(ftp://dickey.his.com/$name/$name-$version.tgz) build () { cd $name-$version |