moar: update to 1.15.3.
This commit is contained in:
parent
5189b8a70a
commit
95cc4a0c88
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'moar'
|
||||
pkgname=moar
|
||||
version=1.15.2
|
||||
version=1.15.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/walles/moar
|
||||
|
@ -11,9 +11,13 @@ license="BSD-2-Clause"
|
|||
homepage="https://github.com/walles/moar"
|
||||
changelog="https://github.com/waller/moar/releases"
|
||||
distfiles="https://github.com/walles/moar/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=45374ead069d9aa797b329a633241e3de07625242d951be49dbdd959c6c60153
|
||||
checksum=9cbfd11cc128052c66dde381d77b2c4bfb1260feb1e0a0d23119844b274fe659
|
||||
conflicts="MoarVM"
|
||||
|
||||
do_check() {
|
||||
go test ./...
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman moar.1
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue