From acc7f3970004121610c4d4bf72721b7a198ed923 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 26 Jun 2023 01:06:31 +0530 Subject: [PATCH] moar: update to 1.15.2. --- srcpkgs/moar/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/moar/template b/srcpkgs/moar/template index 381454967d4e..fe5488827716 100644 --- a/srcpkgs/moar/template +++ b/srcpkgs/moar/template @@ -1,6 +1,6 @@ # Template file for 'moar' pkgname=moar -version=1.13.0 +version=1.15.2 revision=1 build_style=go go_import_path=github.com/walles/moar @@ -11,9 +11,15 @@ 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=65eac0d4f8a40f0198a93f0888a60a28e8466b2ee9d0437f143db5c25d5e9319 +checksum=45374ead069d9aa797b329a633241e3de07625242d951be49dbdd959c6c60153 conflicts="MoarVM" +do_check() { + # https://github.com/walles/moar/issues/140 + rm sample-files/dos.txt + go test -v ./... +} + post_install() { vman moar.1 vlicense LICENSE