dive: update to 0.9.2.
This commit is contained in:
parent
d4cec611f4
commit
f3dd0ddc3c
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'dive'
|
# Template file for 'dive'
|
||||||
pkgname=dive
|
pkgname=dive
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/wagoodman/dive"
|
go_import_path="github.com/wagoodman/dive"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Container image exploration tool"
|
short_desc="Container image exploration tool"
|
||||||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/wagoodman/dive"
|
homepage="https://github.com/wagoodman/dive"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=33f34c3d49494facffe043c551cf100d714e7acc2ce7739260fb3879e4732dec
|
checksum=1f84bf3d2ba04986827ff5b1a66920f030f7b4788c927c5e152ff5bcf49f9770
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue