From 594e79fb38d25d47854dc7b0aeb416bb8463377a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 20 Aug 2023 22:17:15 +0200 Subject: [PATCH] yash: update to 2.55. --- srcpkgs/yash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yash/template b/srcpkgs/yash/template index ea2fd3d6e9d..f54aaee94d3 100644 --- a/srcpkgs/yash/template +++ b/srcpkgs/yash/template @@ -1,6 +1,6 @@ # Template file for 'yash' pkgname=yash -version=2.54 +version=2.55 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=44a0ac1ccf7c3acecfbea027d8c0c930f13a828065be318055ce113015391839 +checksum=97cd809d5e216b3c4afae42379f1bd4f5082b7c16d51e282d60a5014fbc9e1f6 alternatives=" sh:sh:/usr/bin/yash sh:sh.1:/usr/share/man/man1/yash.1"