swi-prolog: extract update_* to external update file
This commit is contained in:
parent
64a9a9b945
commit
096b55e399
|
@ -11,8 +11,6 @@ short_desc="A comprehensive free Prolog environment"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
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"
|
||||
checksum=9f80bb274e2f31fd68b0acbe35982c012d5f8311dbe44ec1d8d04351a776996d
|
||||
nocross=yes
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="http://www.swi-prolog.org/download/stable"
|
||||
pattern='pl-\K[\d.]+\d'
|
Loading…
Reference in New Issue