virtme: update to 0.1.1.
This commit is contained in:
parent
75b69c01a3
commit
898a003a4a
2 changed files with 8 additions and 8 deletions
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'virtme'
|
||||
pkgname=virtme
|
||||
version=0.0.3.20180725
|
||||
version=0.1.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
_commit=60100bea82183b5d32ed9fca6534cd0fc60d5eb2
|
||||
wrksrc="${_commit}"
|
||||
build_style=python3-module
|
||||
pycompile_module="virtme"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
pycompile_module="virtme"
|
||||
short_desc="An easy way to test your kernel changes in qemu/kvm"
|
||||
short_desc="Easy way to test your kernel changes in qemu/kvm"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://lwn.net/Articles/584620/"
|
||||
distfiles="https://git.kernel.org/cgit/utils/kernel/virtme/virtme.git/snapshot/${_commit}.tar.gz"
|
||||
checksum=5586547c05a7b2551fc34b60f51e170ed62f72fe2e7b47fab3e6225e84cfe68d
|
||||
distfiles="https://git.kernel.org/pub/scm/utils/kernel/virtme/virtme.git/snapshot/virtme-${version}.tar.gz"
|
||||
checksum=4426dd60a11826ecc9675ee18bda95facd7eeed79607ee7cda488011acfb4fc0
|
||||
|
|
2
srcpkgs/virtme/update
Normal file
2
srcpkgs/virtme/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="https://git.kernel.org/pub/scm/utils/kernel/virtme/virtme.git/refs"
|
||||
pattern="tag/\?h=v\K[\d\.]+"
|
Loading…
Add table
Reference in a new issue