scrot: 1.4 -> 1.5

This commit is contained in:
Danny Rawlins 2021-02-06 14:03:34 +11:00
parent 3c110c1b39
commit f1b9dd4830
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3w/nedUY/5m0KcsqTVGNVMGL6uFxP6nHccrIb4SKTJX6oN0kYmBBBF3lhGSPS/Urffescc2oJdvocs1gq6KYCwg=
SHA256 (Pkgfile) = f3bf78e56e950479f7d78274ca33d75a047e05fc4bd5cd8f102ecaf268f0cb13
RWSagIOpLGJF3/HemIbUvR1i+mgMcOESqzOaQVbXwPOj+Vquehhupc41n7Kt1FGtoT50UDtSv5vgRoOaAl3A/GgmUhooE7gZtww=
SHA256 (Pkgfile) = f15f0bffc36377071d6f72cb98549f4a8021a65525cc01099bdcee8eb10dcab1
SHA256 (.footprint) = 4043d00c86d02ab444547ccb9633bddfbe2bbad286f7676a24822fcda3cd5c0e
SHA256 (scrot-1.4.tar.gz) = e19eec69bcdc249917c452270e1c8f28188003b052c352e25999b281cb03510c
SHA256 (scrot-1.5.tar.gz) = 87afba3998aac097f13231f3b0452c21188bf4b5cc6ac0747693a1da1a0ae40f

View File

@ -4,7 +4,7 @@
# Depends on: autoconf-archive giblib xorg-libxcursor xorg-libxcomposite
name=scrot
version=1.4
version=1.5
release=1
source=(https://github.com/resurrecting-open-source-projects/scrot/archive/$version/$name-$version.tar.gz)
@ -18,4 +18,6 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}