swi-prolog: extract update_* to external update file
This commit is contained in:
parent
64a9a9b945
commit
096b55e399
2 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,6 @@ short_desc="A comprehensive free Prolog environment"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.swi-prolog.org/"
|
homepage="http://www.swi-prolog.org/"
|
||||||
update_site="http://www.swi-prolog.org/download/stable"
|
|
||||||
update_pattern='pl-\K[\d.]+\d'
|
|
||||||
distfiles="http://www.swi-prolog.org/download/stable/src/pl-${version}.tar.gz"
|
distfiles="http://www.swi-prolog.org/download/stable/src/pl-${version}.tar.gz"
|
||||||
checksum=9f80bb274e2f31fd68b0acbe35982c012d5f8311dbe44ec1d8d04351a776996d
|
checksum=9f80bb274e2f31fd68b0acbe35982c012d5f8311dbe44ec1d8d04351a776996d
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
2
srcpkgs/swi-prolog/update
Normal file
2
srcpkgs/swi-prolog/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="http://www.swi-prolog.org/download/stable"
|
||||||
|
pattern='pl-\K[\d.]+\d'
|
Loading…
Add table
Add a link
Reference in a new issue