From 64d283e7b9232b1367a69f8c12d4cb9a837b8036 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sun, 6 Mar 2022 17:48:49 +0100 Subject: [PATCH] Version bump --- net-im/chatty/Manifest | 2 +- net-im/chatty/{chatty-0.6.0.ebuild => chatty-0.6.2.ebuild} | 2 +- x11-wm/phoc/phoc-0.12.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename net-im/chatty/{chatty-0.6.0.ebuild => chatty-0.6.2.ebuild} (95%) diff --git a/net-im/chatty/Manifest b/net-im/chatty/Manifest index 07f9db0..3942d43 100644 --- a/net-im/chatty/Manifest +++ b/net-im/chatty/Manifest @@ -1,2 +1,2 @@ -DIST chatty-v0.6.0.tar.gz 559891 BLAKE2B d7cdd4096f7340589669222712bd371bec4940cbfe238c930353b5908a0dc0383bb65c285699cf370e8872ce2418b958a1d9f31bb809129cd3fe678f905a64dd SHA512 8e72aa0293b1074d36e982d952ecc026832b73f8d8c1a12d32794752063d477b8fbf8c1779434fe60fc49e585bc0f985f16042cebbc6c0e85807e399457d7d0d +DIST chatty-v0.6.2.tar.gz 567463 BLAKE2B b3fe79d30dfc54e16228156d4bafe06be990eef4bb7a76e7d65003cca534edc57e4440d046fbaeefb55af6964f4c11fa1aa869f3d4b4e4f243d0a692d11095e0 SHA512 00ce356776e1024b923b771f0094ef52f395d3fb38f82cfdadaa2dc4102777cc8702c574ee3224388680c7bf2aa77586dd2bfbaaf3dc2693bf33939e10723105 DIST libgd-c7c7ff4e05d3fe82854219091cf116cce6b19de0.tar.gz 58318 BLAKE2B f6e02c179340431655965e84f6fb8fac0543b220c2915c111eb7dc32c16d3d595d42c6cf5d303c20e02ebbbc5f01493b830eb99e3e4337a805f6f8b48fd27377 SHA512 681cc23b5a33df88a92e3aac33d0dba1c6ebb69a2bd6f15b6ae31f0b444c108f7bfd1391e604433be58d82c0032028b112652d3d0c473abe4db02d66c55cdef3 diff --git a/net-im/chatty/chatty-0.6.0.ebuild b/net-im/chatty/chatty-0.6.2.ebuild similarity index 95% rename from net-im/chatty/chatty-0.6.0.ebuild rename to net-im/chatty/chatty-0.6.2.ebuild index 6d86665..0b21967 100644 --- a/net-im/chatty/chatty-0.6.0.ebuild +++ b/net-im/chatty/chatty-0.6.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit meson gnome2-utils xdg -COMMIT="da26b33a98137e542efd840eadae426b0cdb7b42" +COMMIT="fd08dde09e7af2bdbffd065411a53bc7e726686d" LIBGD_COMMIT="c7c7ff4e05d3fe82854219091cf116cce6b19de0" DESCRIPTION="XMPP and SMS messaging via libpurple and Modemmanager" diff --git a/x11-wm/phoc/phoc-0.12.0.ebuild b/x11-wm/phoc/phoc-0.12.0.ebuild index 1b8747b..5e9dc02 100644 --- a/x11-wm/phoc/phoc-0.12.0.ebuild +++ b/x11-wm/phoc/phoc-0.12.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson vala xdg gnome2-utils +inherit meson xdg gnome2-utils MY_PV="v${PV}" MY_P="${PN}-${MY_PV}"