From b04496d055cf74338d8b4e646d50f5abb26a2b75 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 2 Mar 2023 22:50:06 +0100 Subject: [PATCH] sl: update to 5.05, switch to fresher fork --- srcpkgs/sl/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/sl/template b/srcpkgs/sl/template index 953474e37c39..000dad262fbc 100644 --- a/srcpkgs/sl/template +++ b/srcpkgs/sl/template @@ -1,15 +1,15 @@ # Template file for 'sl' pkgname=sl -version=5.02 -revision=3 +version=5.05 +revision=1 build_style=gnu-makefile makedepends="ncurses-devel" short_desc="Correct you if you type (sl) by mistake" maintainer="Orphaned " license="custom:0BSD-like" -homepage="https://github.com/mtoyoda/sl" -distfiles="https://github.com/mtoyoda/sl/archive/${version}.tar.gz" -checksum=1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a +homepage="https://github.com/eyJhb/sl" +distfiles="https://github.com/eyJhb/sl/archive/refs/tags/${version}.tar.gz" +checksum=6c941b526e3d01be7f91a3af4ae20a89d1e5d66b3b2d804c80123b1b1be96384 pre_build() { CFLAGS+=" $LDFLAGS"