mxml: fix distfile URL
This commit is contained in:
parent
95d8ebcc45
commit
c1c71318e3
|
@ -8,7 +8,7 @@ short_desc="Minimal XML library"
|
|||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.minixml.org/"
|
||||
distfiles="http://www.msweet.org/files/project3/${pkgname}-${version}.tar.gz"
|
||||
distfiles="https://github.com/michaelrsweet/mxml/releases/download/release-${version}/mxml-${version}.tar.gz"
|
||||
checksum=267ff58b64ddc767170d71dab0c729c06f45e1df9a9b6f75180b564f09767891
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue