mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/wmctrl: fix tarball URL
Current site is down, switch to Debian.
Fixes:
https://autobuild.buildroot.net/results/679/679a9f6224d1771ec2ab52e45fd74af8d03c1604/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit f90d38dafc)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
ede94f1b9a
commit
22cfd2c9af
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 d78a1efdb62f18674298ad039c5cbdb1edb6e8e149bb3a8e3a01a4750aa3cca9 wmctrl-1.07.tar.gz
|
||||
sha256 d78a1efdb62f18674298ad039c5cbdb1edb6e8e149bb3a8e3a01a4750aa3cca9 wmctrl_1.07.orig.tar.gz
|
||||
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
WMCTRL_VERSION = 1.07
|
||||
WMCTRL_SITE = https://sites.google.com/site/tstyblo/wmctrl
|
||||
WMCTRL_SOURCE = wmctrl_$(WMCTRL_VERSION).orig.tar.gz
|
||||
WMCTRL_SITE = https://snapshot.debian.org/archive/debian/20050312T000000Z/pool/main/w/wmctrl
|
||||
WMCTRL_LICENSE = GPL-2.0+
|
||||
WMCTRL_LICENSE_FILES = COPYING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user