Merge pull request #7594 from liwakura/issue7589
dialog: fix distfiles url
This commit is contained in:
commit
122b11e14e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ short_desc="A tool to display dialog boxes from shell scripts"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://invisible-island.net/dialog/"
|
||||
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||
distfiles="ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||
checksum=2ff1ba74c632b9d13a0d0d2c942295dd4e8909694eeeded7908a467d0bcd4756
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue