mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
midori: extract update_* to external update file
This commit is contained in:
parent
765bde8247
commit
9c74d4462a
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,5 @@ short_desc="Lightweight web browser using WebKit GTK+"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.midori-browser.org/"
|
homepage="http://www.midori-browser.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
update_site="${homepage}download/"
|
|
||||||
update_pattern=$pkgname'_\K[\d.]+'
|
|
||||||
distfiles="http://www.midori-browser.org/downloads/midori_${version}_all_.tar.bz2"
|
distfiles="http://www.midori-browser.org/downloads/midori_${version}_all_.tar.bz2"
|
||||||
checksum=b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0
|
checksum=b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0
|
||||||
|
|
2
srcpkgs/midori/update
Normal file
2
srcpkgs/midori/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="${homepage}download/"
|
||||||
|
pattern=$pkgname'_\K[\d.]+'
|
Loading…
Add table
Reference in a new issue