diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2023-09-30 12:20:41 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-10-04 04:15:06 +0000 |
commit | ef6c5fcfd53b7c8fad91646d86377afa4d708e93 (patch) | |
tree | b705f82ea988334b9ee642253945530507d1be26 | |
parent | ac21d9943af5801aa8a850bba676316de947bd00 (diff) | |
download | packages-ef6c5fcfd53b7c8fad91646d86377afa4d708e93.tar.gz packages-ef6c5fcfd53b7c8fad91646d86377afa4d708e93.tar.bz2 packages-ef6c5fcfd53b7c8fad91646d86377afa4d708e93.tar.xz packages-ef6c5fcfd53b7c8fad91646d86377afa4d708e93.zip |
user/xfce4-clipman-plugin: upgrade to 1.6.4
-rw-r--r-- | user/xfce4-clipman-plugin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/xfce4-clipman-plugin/APKBUILD b/user/xfce4-clipman-plugin/APKBUILD index 69d393781..dbad959c5 100644 --- a/user/xfce4-clipman-plugin/APKBUILD +++ b/user/xfce4-clipman-plugin/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Síle Ekaterin Liszka <sheila@vulpine.house> # Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=xfce4-clipman-plugin -pkgver=1.6.3 +pkgver=1.6.4 pkgrel=0 pkgdesc="Clipboard management plugin for the XFCE panel" url="https://xfce.org" @@ -32,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a117f64035a6656c2f8603d9b0adec18bcbe8e1ee6a80b838e4cc40480cc3510afe5f32815ff89b1936cbdbadadf8e1e645f0202d97cc877aec125b51b72064b xfce4-clipman-plugin-1.6.3.tar.bz2" +sha512sums="e2cb4068ad00e89d848c72ab4c1b7aac0d41bdd006b60afd09e0323fca1c903eeee3b04a68221f5a2cb6be1347eac8879dfa6bd8b0483c2a075eb36e8cf65ea7 xfce4-clipman-plugin-1.6.4.tar.bz2" |