openbsd-netcat: extract update_* to external update file
This commit is contained in:
parent
703acc4754
commit
a6e942c2b9
|
@ -12,7 +12,6 @@ license="BSD"
|
||||||
homepage="http://packages.debian.org/sid/netcat-openbsd"
|
homepage="http://packages.debian.org/sid/netcat-openbsd"
|
||||||
distfiles="${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%_*}.orig.tar.gz
|
distfiles="${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%_*}.orig.tar.gz
|
||||||
${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version/_/-}.debian.tar.gz"
|
${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version/_/-}.debian.tar.gz"
|
||||||
update_pattern='netcat-openbsd_\K[\d.]+\d+'
|
|
||||||
checksum="40653fe66c1516876b61b07e093d826e2a5463c5d994f1b7e6ce328f3edb211e
|
checksum="40653fe66c1516876b61b07e093d826e2a5463c5d994f1b7e6ce328f3edb211e
|
||||||
eee759327ffea293e81d0dde67921b7fcfcad279ffd7a2c9d037bbc8f882b363"
|
eee759327ffea293e81d0dde67921b7fcfcad279ffd7a2c9d037bbc8f882b363"
|
||||||
wrksrc="netcat-openbsd-${version%_*}"
|
wrksrc="netcat-openbsd-${version%_*}"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
pattern='netcat-openbsd_\K[\d.]+\d+'
|
Loading…
Reference in New Issue