From 1194b2555115485649b972185695e4fca823dd91 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 13 Oct 2021 12:42:24 +0200 Subject: [PATCH] yash: update to 2.52. --- srcpkgs/yash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yash/template b/srcpkgs/yash/template index 48d666f6815..dd3d2e4fcd4 100644 --- a/srcpkgs/yash/template +++ b/srcpkgs/yash/template @@ -1,6 +1,6 @@ # Template file for 'yash' pkgname=yash -version=2.51 +version=2.52 revision=1 build_style=configure configure_args="--prefix=/usr" @@ -13,7 +13,7 @@ license="GPL-2.0-or-later" homepage="http://yash.osdn.jp/" changelog="https://github.com/magicant/yash/releases" distfiles="https://github.com/magicant/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz" -checksum=6f15e68eeb63fd42e91c3ce75eccf325f2c938fa1dc248e7213af37c043aeaf8 +checksum=55137beffd83848805b8cef90c0c6af540744afcc103e1b0f7bdf3ef1991b5c9 alternatives=" sh:sh:/usr/bin/yash sh:sh.1:/usr/share/man/man1/yash.1"