mit-krb5: extract update_* to external update file
This commit is contained in:
parent
2c3d721319
commit
777a11dcba
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ short_desc="MIT Kerberos 5 implementation"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://web.mit.edu/Kerberos"
|
||||
update_pattern='krb5-\K[\d.]+'
|
||||
distfiles="$homepage/dist/krb5/${version%.*}/krb5-${version}-signed.tar"
|
||||
checksum=72f1b6c166cb42c0b03814ab7ea10f91926d8a665a5ba1cee430a3f31e62c580
|
||||
|
||||
|
|
1
srcpkgs/mit-krb5/update
Normal file
1
srcpkgs/mit-krb5/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='krb5-\K[\d.]+'
|
Loading…
Reference in a new issue