From 48e34ab9ddf713910e6ac03a4f3734888a041362 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 21 May 2022 16:20:25 +0300 Subject: [PATCH] sinit: update to 1.1. --- srcpkgs/sinit/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sinit/template b/srcpkgs/sinit/template index bf2e23a5bc85..14f2f838a96b 100644 --- a/srcpkgs/sinit/template +++ b/srcpkgs/sinit/template @@ -1,14 +1,14 @@ # Template file for 'sinit' pkgname=sinit -version=1.0 -revision=2 +version=1.1 +revision=1 build_style=gnu-makefile -short_desc="A simple init, initially based on Rich Felker’s minimal init" +short_desc="Simple init, initially based on Rich Felker’s minimal init" maintainer="Orphaned " license="MIT" homepage="http://tools.suckless.org/sinit/" distfiles="http://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=78c2120a97a5e93b80606c5403bd731152f8a344e47aa4ab74970c1c11dc6fc0 +checksum=545a6dd100e17a089b009562a946d76ff0578d060c237d94d39fadc555f7b549 pre_build() { LD=$CC