rocker: update to 1.3.1.

This commit is contained in:
Andrea Brancaleoni 2017-07-11 18:51:42 +02:00
parent 892208738e
commit 75ccf855af

View file

@ -1,6 +1,6 @@
# Template file for 'rocker' # Template file for 'rocker'
pkgname=rocker pkgname=rocker
version=1.3.0 version=1.3.1
revision=1 revision=1
build_style=go build_style=go
depends="docker" depends="docker"
@ -10,7 +10,7 @@ license="Apache-2.0"
go_import_path="github.com/grammarly/rocker" go_import_path="github.com/grammarly/rocker"
homepage="https://$go_import_path" homepage="https://$go_import_path"
distfiles="$homepage/archive/$version.tar.gz" distfiles="$homepage/archive/$version.tar.gz"
checksum=93e4c4f29e1a9d477fe04aa1918068183e9594995ccc7249891bf7679c23c8d5 checksum=760b8a879ab145d782127d94f61337831b2376d01d2dfa7e185737aab09cd009
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE