mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
goversion: update to 1.2.0.
This commit is contained in:
parent
75d1d5d6c6
commit
6692e0651f
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'goversion'
|
# Template file for 'goversion'
|
||||||
pkgname=goversion
|
pkgname=goversion
|
||||||
version=1.0.0
|
version=1.2.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=rsc.io/goversion
|
go_import_path=rsc.io/goversion
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Print version used to build Go executables"
|
short_desc="Print version used to build Go executables"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="3-Clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/rsc/goversion"
|
homepage="https://github.com/rsc/goversion"
|
||||||
distfiles="https://github.com/rsc/goversion/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rsc/goversion/archive/v${version}.tar.gz"
|
||||||
checksum=0793ce784970048b50f4e364520f73e2b55b925ac6159a37749c259b59b84366
|
checksum=65e9c181995ed8c9207ea08d79a148ab53307b7fad2172a5a0764d6aa393a98e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue