xlockmore: 5.59 -> 5.61 updated as source was 404

This commit is contained in:
Danny Rawlins 2019-12-29 20:08:23 +11:00
parent 341d8691a6
commit e4d7091da8
2 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39xzgJxcBvLakM31FiAaOA9TYsmeXppkvrQktZRcq8/c6ySB66JgmZRDCljm3ZX+s3c5O6sVFP+DLlVWV2u49wE=
SHA256 (Pkgfile) = e6366bbcbf2af90b0b0431591ce656075088270f37a4c3687206f3d19aa4fd00
RWSagIOpLGJF31ItBJ+fpFV9iTIAD62q40seTtxoC8YqNUzwLLNUFZEKjrjUf4P/slTik8WL8ivlWL+ogL4jLsluaB+er1+qKQg=
SHA256 (Pkgfile) = 56acda7fc26d50759d2949fd7952ad296a04bd836ede1b4bb47470c2a2453d35
SHA256 (.footprint) = c13d2cb70344e807a94f6b096694a1ba923185020d787aee13fe4758bbd83795
SHA256 (xlockmore-5.59.tar.xz) = 2d2a6855ecdeee4856ace76acf615d3b2e48303951bb5fd31a234e4a54615251
SHA256 (xlockmore-5.61.tar.xz) = 6a5b1aebc1f62209b4f342497b21023b486e11412c4de7a9e71c2a7899d35c04

View File

@ -1,13 +1,12 @@
# Description: X Window System Lock Screen
# URL: http://sillycycle.com/xlockmore.html
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: fortune glu gtk util-linux xorg-libxmu xorg-libxpm
# Depends on: fortune glu gtk xorg-libxmu xorg-libxpm
name=xlockmore
version=5.59
version=5.61
release=1
source=(http://sillycycle.com/xlock/xlockmore-${version}.tar.xz)
source=(https://sillycycle.com/xlock/xlockmore-${version}.tar.xz)
build() {
cd $name-$version
@ -26,6 +25,6 @@ build() {
make
install -d $PKG//usr/share/xlock/sounds
install -d $PKG/usr/share/xlock/sounds
make DESTDIR=$PKG install
}