mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
gummiboot: extract update_* to external update file
This commit is contained in:
parent
a2799ef175
commit
580ebe8aac
2 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,6 @@ short_desc="Simple UEFI Boot Manager"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://freedesktop.org/wiki/Software/gummiboot"
|
homepage="http://freedesktop.org/wiki/Software/gummiboot"
|
||||||
update_site="http://cgit.freedesktop.org/${pkgname}"
|
|
||||||
update_pattern='/gummiboot/tag/\?id=\K\d+'
|
|
||||||
distfiles="http://cgit.freedesktop.org/${pkgname}/snapshot/${pkgname}-${version}.tar.gz"
|
distfiles="http://cgit.freedesktop.org/${pkgname}/snapshot/${pkgname}-${version}.tar.gz"
|
||||||
checksum=78f47105bab676b8ff2d19c1deedaa4c371f10e4fd49059f9d588c6f97544a9b
|
checksum=78f47105bab676b8ff2d19c1deedaa4c371f10e4fd49059f9d588c6f97544a9b
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
2
srcpkgs/gummiboot/update
Normal file
2
srcpkgs/gummiboot/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="http://cgit.freedesktop.org/${pkgname}"
|
||||||
|
pattern='/gummiboot/tag/\?id=\K\d+'
|
Loading…
Add table
Reference in a new issue