cordless: update to 2020.01.05
This commit is contained in:
parent
382fb48cbe
commit
788f50fe47
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'cordless'
|
# Template file for 'cordless'
|
||||||
pkgname=cordless
|
pkgname=cordless
|
||||||
version=2019.11.19
|
version=2020.01.05
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="cordless-${version//./-}"
|
wrksrc="${pkgname}-${version//./-}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/Bios-Marcel/cordless
|
go_import_path=github.com/Bios-Marcel/cordless
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Command-line discord client"
|
short_desc="Command-line discord client"
|
||||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/Bios-Marcel/cordless"
|
homepage="https://github.com/Bios-Marcel/${pkgname}"
|
||||||
distfiles="https://github.com/Bios-Marcel/cordless/archive/${version//./-}.tar.gz"
|
distfiles="https://github.com/Bios-Marcel/${pkgname}/archive/${version//./-}.tar.gz"
|
||||||
checksum=5b560d63105f68f05b838c373610f5cdbb50863693be831f8c5a139b6f41a74a
|
checksum=ca86d772a5e00f915e63078ababfd6f96acdae4b251fe7b9e1e4fe9eb3c5bed9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue