diff options
Diffstat (limited to '')
-rw-r--r-- | x11/clipman/files/patch-main.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/clipman/files/patch-main.go b/x11/clipman/files/patch-main.go new file mode 100644 index 000000000000..8934becfd496 --- /dev/null +++ b/x11/clipman/files/patch-main.go @@ -0,0 +1,11 @@ +--- main.go.orig 1979-11-29 20:00:00 UTC ++++ main.go +@@ -15,7 +15,7 @@ import ( + "github.com/alecthomas/kingpin/v2" + ) + +-const version = "1.6.2" ++const version = "1.6.5" + + var ( + app = kingpin.New("clipman", "A clipboard manager for Wayland") |