litecoin: extract update_* to external update file
This commit is contained in:
parent
9d36f76b9a
commit
d8af127620
2 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,6 @@ makedepends="zlib-devel db-devel>=5.3 libressl-devel>=2.1.2 boost-devel>=1.54 au
|
||||||
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
|
short_desc="Peer-to-peer Internet currency based on scrypt cryptography"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
update_site="https://github.com/litecoin-project/litecoin/tags"
|
|
||||||
update_pattern='archive/v?\K[\d.]+(?=\.tar\.gz)'
|
|
||||||
homepage="http://www.litecoin.org/"
|
homepage="http://www.litecoin.org/"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
|
|
2
srcpkgs/litecoin/update
Normal file
2
srcpkgs/litecoin/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://github.com/litecoin-project/litecoin/tags"
|
||||||
|
pattern='archive/v?\K[\d.]+(?=\.tar\.gz)'
|
Loading…
Reference in a new issue