From 8f6efd3aa9d233f27cb50ff3101cfde7faaadc79 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 18 Jul 2023 12:53:59 +0530 Subject: [PATCH] moar: update to 1.15.3. --- srcpkgs/moar/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/moar/template b/srcpkgs/moar/template index 63dcb738e2ae..be85cb854427 100644 --- a/srcpkgs/moar/template +++ b/srcpkgs/moar/template @@ -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