github-cli: update to 1.0.0.

This commit is contained in:
Toby Merz 2020-09-09 08:01:03 +02:00 committed by John Zimmermann
parent 4ca8694dda
commit 0c63b22177

View file

@ -1,6 +1,6 @@
# Template file for 'github-cli' # Template file for 'github-cli'
pkgname=github-cli pkgname=github-cli
version=0.11.1 version=1.0.0
revision=1 revision=1
wrksrc="cli-${version}" wrksrc="cli-${version}"
build_style=go build_style=go
@ -12,7 +12,7 @@ license="MIT"
homepage="https://cli.github.com" homepage="https://cli.github.com"
changelog="https://github.com/cli/cli/releases" changelog="https://github.com/cli/cli/releases"
distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz" distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz"
checksum=5ec8bab6a2c6f26cabc2a6b5f301d8971f9f654a85c6da5e7203e5e2d94cbec0 checksum=e3d1c341829f5b885dce9aa2bf4bc84db48072752250f6fdb2d62903caf07cfb
pre_build() { pre_build() {
local _date local _date