From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 619B5158094 for ; Fri, 5 Aug 2022 20:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A827FE0DE8; Fri, 5 Aug 2022 20:50:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BE50E0DE8 for ; Fri, 5 Aug 2022 20:50:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DB0E33BE0D for ; Fri, 5 Aug 2022 20:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB12A543 for ; Fri, 5 Aug 2022 20:50:31 +0000 (UTC) From: "Seth Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Seth Arnold" Message-ID: <1659732578.f825097bad7dad700d0e2b334efbd0eb63f3e282.Dotz0cat@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/walld/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/walld/Manifest app-misc/walld/walld-1.4.2.ebuild app-misc/walld/walld-1.4.4.ebuild X-VCS-Directories: app-misc/walld/ X-VCS-Committer: Dotz0cat X-VCS-Committer-Name: Seth Arnold X-VCS-Revision: f825097bad7dad700d0e2b334efbd0eb63f3e282 X-VCS-Branch: dev Date: Fri, 5 Aug 2022 20:50:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84173036-a226-45c1-866a-d1aa6cd2f7ea X-Archives-Hash: 3ad4118ab96446820364ace842cad800 commit: f825097bad7dad700d0e2b334efbd0eb63f3e282 Author: Seth Arnold gmail com> AuthorDate: Thu Aug 4 04:33:30 2022 +0000 Commit: Seth Arnold gmail com> CommitDate: Fri Aug 5 20:49:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f825097b app-misc/walld: add 1.4.4, drop 1.4.2 Signed-off-by: Seth Arnold gmail.com> app-misc/walld/Manifest | 2 +- app-misc/walld/{walld-1.4.2.ebuild => walld-1.4.4.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/walld/Manifest b/app-misc/walld/Manifest index 425a318cd..f37eb9220 100644 --- a/app-misc/walld/Manifest +++ b/app-misc/walld/Manifest @@ -1 +1 @@ -DIST walld-1.4.2.tar.gz 25408 BLAKE2B 76210f4eb6678c12468a12629b1fd30850b42e266840e794e8703427ac570649b24bb4469c46698e2bf16445db5c0d437f7d04ae0374c10fa81a23a9f587ef39 SHA512 9b7e814fbfa3bff62400f2008fa865b8a0d390e360e8c9b254a017754f088dd8e39dd1c588f497b0170237e6130abe5f43ff245c3da17001e31e2473dec9ddc3 +DIST walld-1.4.4.tar.gz 25872 BLAKE2B d0361fb22d22f105a13c37ca8b47490bd6bf6c1bd744c0af309aac7d549d041e4a61ad9714407507c46ad98c0c65015941f72cbee7bfadcbe11c9f36a20d8e0c SHA512 6661b2a548aa9afcd04276a0130eebb7a31e9b600752b0e170c2af8e96179dd8e2da9e76c0e6e30c9005cc1c802bb229510fc938400a766afbb3f7a651a67341 diff --git a/app-misc/walld/walld-1.4.2.ebuild b/app-misc/walld/walld-1.4.4.ebuild similarity index 94% rename from app-misc/walld/walld-1.4.2.ebuild rename to app-misc/walld/walld-1.4.4.ebuild index 1f1ff1c68..cd7e7b00c 100644 --- a/app-misc/walld/walld-1.4.2.ebuild +++ b/app-misc/walld/walld-1.4.4.ebuild @@ -7,7 +7,7 @@ inherit optfeature meson DESCRIPTION="A Wallpaper daemon" HOMEPAGE="https://github.com/Dotz0cat/walld" -SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.2.tar.gz -> walld-1.4.2.tar.gz" +SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.4.tar.gz -> walld-1.4.4.tar.gz" LICENSE="GPL-3" SLOT="0"