From e9e8e0366f279e2a7c736b5e0951bd22f139525c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 22 Jan 2023 12:48:17 +0100 Subject: [PATCH] scrot: update to 1.8.1. --- srcpkgs/scrot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/scrot/template b/srcpkgs/scrot/template index e6e2599888b..2349c0cd3f9 100644 --- a/srcpkgs/scrot/template +++ b/srcpkgs/scrot/template @@ -1,6 +1,6 @@ # Template file for 'scrot' pkgname=scrot -version=1.8 +version=1.8.1 revision=1 build_style=gnu-configure make_install_args="docsdir=/usr/share/doc/scrot" @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/resurrecting-open-source-projects/scrot" distfiles="https://github.com/resurrecting-open-source-projects/scrot/archive/${version}.tar.gz" -checksum=2f151bf12ee60b6cb377d051901772afa1556d700ebc814b8ed90c54fca558bd +checksum=dabc59ee1aa8478eb8d77d715d3e9321f07fbbc551091dcb57d10c142034e271 if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" musl-legacy-compat"