astyle: extract update_* to external update file
This commit is contained in:
parent
77b003b7ab
commit
e0c562b46d
|
@ -9,7 +9,6 @@ short_desc="A free, fast and small automatic formatter for C, C++, C#, and Java
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="http://astyle.sourceforge.net"
|
||||
update_pattern='astyle_\K[\d.]+(?=_linux)'
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version}_linux.tar.gz"
|
||||
checksum=fbdfc6f1966a972d19a215927266c76d4183eee235ed1e2bd7ec551c2a270eac
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern='astyle_\K[\d.]+(?=_linux)'
|
Loading…
Reference in New Issue