rkt: rebuild for metadata
This commit is contained in:
parent
b29f6fc836
commit
e6388a109e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rkt'
|
||||
pkgname=rkt
|
||||
version=1.30.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake wget cpio squashfs-tools bc gnupg git go"
|
||||
makedepends="acl-devel zlib-devel libressl-devel"
|
||||
|
@ -10,7 +10,7 @@ short_desc="App Container runtime for Linux"
|
|||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/coreos/rkt"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
distfiles="https://github.com/coreos/rkt/archive/v${version}.tar.gz"
|
||||
checksum=4d22c742b87d15c226cc28970c7daf66a64c6a95af9d752f5b72d9a4012aca1d
|
||||
|
||||
patch_args="-Np1"
|
||||
|
|
Loading…
Reference in a new issue