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 86F2C158093 for ; Sat, 2 Jul 2022 19:14:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A63E7E0C0B; Sat, 2 Jul 2022 19:13:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DC92E0C0B for ; Sat, 2 Jul 2022 19:13:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 489D5341CFB for ; Sat, 2 Jul 2022 19:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85DEE4FB for ; Sat, 2 Jul 2022 19:13:56 +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: <1656789169.1cc4a5f4da981f4399033f971d63cdf7a9c82982.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.1.ebuild app-misc/walld/walld-1.4.ebuild X-VCS-Directories: app-misc/walld/ X-VCS-Committer: Dotz0cat X-VCS-Committer-Name: Seth Arnold X-VCS-Revision: 1cc4a5f4da981f4399033f971d63cdf7a9c82982 X-VCS-Branch: dev Date: Sat, 2 Jul 2022 19:13:56 +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: d7f16809-ce78-4f7a-b210-3ea80a5aa54d X-Archives-Hash: ec51b1049915e4e6ab3728619d60309f commit: 1cc4a5f4da981f4399033f971d63cdf7a9c82982 Author: Seth Arnold gmail com> AuthorDate: Sat Jul 2 18:52:22 2022 +0000 Commit: Seth Arnold gmail com> CommitDate: Sat Jul 2 19:12:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cc4a5f4 app-misc/walld: add 1.4.1, drop 1.4 Signed-off-by: Seth Arnold gmail.com> app-misc/walld/Manifest | 2 +- app-misc/walld/{walld-1.4.ebuild => walld-1.4.1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/walld/Manifest b/app-misc/walld/Manifest index 4815d4e86..83dd3560b 100644 --- a/app-misc/walld/Manifest +++ b/app-misc/walld/Manifest @@ -1 +1 @@ -DIST walld-1.4.tar.gz 25466 BLAKE2B aaff4adba5a10283575d44048bf968d09644603fb34c1093564303dc32b5ad1ac43115fc10e75fa443045e841a341d8110ab07d49d75a4905fec838720873749 SHA512 1a6d3139f106f1541fa3a3c9fec21b969d1bc80bac61b36d8c09d2c0fe69fef2737893a204f913f98aface3488cb04603d00ad60592b6e38525f2cd1dfdec5fb +DIST walld-1.4.1.tar.gz 25464 BLAKE2B 419dd002be95dbb9c4a91e982d7310b0464601674dfe01783be04aa17e416059651001637c80b3d44fad285cef87773b63980a97308fa9e66584dfc6496a2d10 SHA512 8e823a12de8f23019c0a05b5a1e4e3beb87ac111c3c4e7d5a45c0e6b504d8ab9f1bd92e6b7471a979f44ce10bad2a5dee6636ccdb54322975da78ce56d4a79a7 diff --git a/app-misc/walld/walld-1.4.ebuild b/app-misc/walld/walld-1.4.1.ebuild similarity index 93% rename from app-misc/walld/walld-1.4.ebuild rename to app-misc/walld/walld-1.4.1.ebuild index 3b657e10d..2b0f1abae 100644 --- a/app-misc/walld/walld-1.4.ebuild +++ b/app-misc/walld/walld-1.4.1.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.tar.gz -> walld-1.4.tar.gz" +SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.1.tar.gz -> walld-1.4.1.tar.gz" LICENSE="GPL-3" SLOT="0"