xdotool: add version 3.20211022.1 (#36505)

This commit is contained in:
Ryan Marcellino
2023-03-28 15:56:13 -04:00
committed by GitHub
parent a771bfadd1
commit c6ab42a86a

View File

@@ -12,6 +12,9 @@ class Xdotool(MakefilePackage):
homepage = "https://github.com/jordansissel/xdotool" homepage = "https://github.com/jordansissel/xdotool"
url = "https://github.com/jordansissel/xdotool/releases/download/v3.20160805.1/xdotool-3.20160805.1.tar.gz" url = "https://github.com/jordansissel/xdotool/releases/download/v3.20160805.1/xdotool-3.20160805.1.tar.gz"
version(
"3.20211022.1", sha256="96f0facfde6d78eacad35b91b0f46fecd0b35e474c03e00e30da3fdd345f9ada"
)
version( version(
"3.20160805.1", sha256="35be5ff6edf0c620a0e16f09ea5e101d5173280161772fca18657d83f20fcca8" "3.20160805.1", sha256="35be5ff6edf0c620a0e16f09ea5e101d5173280161772fca18657d83f20fcca8"
) )