diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-01 08:38:38 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-01 08:38:38 +0800 |
| commit | 255f9117d99c44556d59d203743be1c8b7850f34 (patch) | |
| tree | fcc5def8dc3f5852a0c29f67edfadfacec64f491 | |
| parent | 6c464913d9e68c8dc9d54544d89abb59bcaaf2fa (diff) | |
| download | alicelinux-255f9117d99c44556d59d203743be1c8b7850f34.tar.gz alicelinux-255f9117d99c44556d59d203743be1c8b7850f34.zip | |
wmenu: updated to 0.1.9
| -rw-r--r-- | repos/wayland/wmenu/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/wayland/wmenu/abuild b/repos/wayland/wmenu/abuild index d1073d3d..9953d542 100644 --- a/repos/wayland/wmenu/abuild +++ b/repos/wayland/wmenu/abuild @@ -1,4 +1,4 @@ name=wmenu -version=0.1.8 +version=0.1.9 release=1 -source="https://git.sr.ht/~adnano/${name}/archive/${version}.tar.gz" +source="${name}-${version}.tar.gz::https://codeberg.org/adnano/wmenu/archive/${version}.tar.gz" |