From 95cc4a0c88491b102616611f9c52e20e47456125 Mon Sep 17 00:00:00 2001 From: icp <pangolin@vivaldi.net> 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 63dcb738e2a..be85cb85442 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