From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1612656-garchives=archives.gentoo.org@lists.gentoo.org> 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 2FE7B158041 for <garchives@archives.gentoo.org>; Tue, 19 Mar 2024 20:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B636E29BA; Tue, 19 Mar 2024 20:50:58 +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 5DDC2E29BA for <gentoo-commits@lists.gentoo.org>; Tue, 19 Mar 2024 20:50:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7146A33BEF1 for <gentoo-commits@lists.gentoo.org>; Tue, 19 Mar 2024 20:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70D48158B for <gentoo-commits@lists.gentoo.org>; Tue, 19 Mar 2024 20:50:54 +0000 (UTC) From: "Michael Orlitzky" <mjo@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1710881134.819d47a9807c9e4d2e9d6bf62afd59e0a48003ca.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-gap/hap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-gap/hap/Manifest dev-gap/hap/hap-1.60.ebuild dev-gap/hap/hap-1.62.ebuild X-VCS-Directories: dev-gap/hap/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 819d47a9807c9e4d2e9d6bf62afd59e0a48003ca X-VCS-Branch: master Date: Tue, 19 Mar 2024 20:50:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed50ff0b-c0c5-4f5e-9935-b79ff0ad09ff X-Archives-Hash: b55a94533b2d9e3c7590e3d02cec3825 commit: 819d47a9807c9e4d2e9d6bf62afd59e0a48003ca Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Mar 19 19:58:37 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Mar 19 20:45:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819d47a9 dev-gap/hap: add 1.62, drop 1.60 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-gap/hap/Manifest | 2 +- dev-gap/hap/{hap-1.60.ebuild => hap-1.62.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-gap/hap/Manifest b/dev-gap/hap/Manifest index 49f2ea59e1a5..4ed121b12bff 100644 --- a/dev-gap/hap/Manifest +++ b/dev-gap/hap/Manifest @@ -1 +1 @@ -DIST hap-1.60.tar.gz 21322579 BLAKE2B 2ac276e33109fa6bb975ebe6f0cf1f503e9e6b3b29a2f4381723e84ba8659f54ddb66cec0470894d01edd64894691febb098a34a1e6366162037ea229a7c0e74 SHA512 fe121efe7d65d1ea7f156ff4cca04eeb95591ea44343b562ff34cbf5a702301630a8a92f7aca1ac12a46b9058b54b88fbd42621c1cdedaebf5e5702c72a34416 +DIST hap-1.62.tar.gz 44564125 BLAKE2B d0b3d1efd8404771009aea67129cb96c024c16e3cca8ab0528625622a038e8da7e0b8462dbdf7ecc7cad9ab06a4495f120c41c3bce6ca65c3674f4f7abcd55c1 SHA512 213b836e12688408cb27113b2f3c3e433ebb1a059860a82dd61840e7136c4e32ee911bd16fd59593800beee7dc6bab288e5353a3d90f5df27514290a83a801c3 diff --git a/dev-gap/hap/hap-1.60.ebuild b/dev-gap/hap/hap-1.62.ebuild similarity index 100% rename from dev-gap/hap/hap-1.60.ebuild rename to dev-gap/hap/hap-1.62.ebuild