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 623F6158041 for ; Wed, 10 Apr 2024 20:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68378E2A04; Wed, 10 Apr 2024 20:12:20 +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 43867E2A04 for ; Wed, 10 Apr 2024 20:12:20 +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 2088C34329C for ; Wed, 10 Apr 2024 20:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B9DD16B2 for ; Wed, 10 Apr 2024 20:12:17 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712753125.4acc7d2527aaadad49d475fd7c9f7f8778444c17.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprlock/Manifest gui-apps/hyprlock/hyprlock-0.3.0.ebuild X-VCS-Directories: gui-apps/hyprlock/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 4acc7d2527aaadad49d475fd7c9f7f8778444c17 X-VCS-Branch: master Date: Wed, 10 Apr 2024 20:12:17 +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: 95965a23-a893-4c1e-9e5b-a90a1c650c84 X-Archives-Hash: 116b7526663bd1beff25100bf6e8e7a6 commit: 4acc7d2527aaadad49d475fd7c9f7f8778444c17 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Apr 10 12:43:03 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed Apr 10 12:45:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4acc7d25 gui-apps/hyprlock: update SRC_URI Signed-off-by: Gonçalo Negrier Duarte gmail.com> gui-apps/hyprlock/Manifest | 2 +- gui-apps/hyprlock/hyprlock-0.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/hyprlock/Manifest b/gui-apps/hyprlock/Manifest index 7ca2739ceb..715cb85e4d 100644 --- a/gui-apps/hyprlock/Manifest +++ b/gui-apps/hyprlock/Manifest @@ -1 +1 @@ -DIST hyprlock-0.3.0.tar.gz 274826 BLAKE2B e91877d29160537bd60e518a020c64aa4dade19fa874553ac8e9f12c683c1153787803bbcde0a2756be66da06ec76b0f1c56eb05e65466829d784d425be05dce SHA512 10b9f170def9c1dfd81c1aeb7979c4eb48d703222771fa813d5a459577be8ba73fe36b832446e56eb87aff73df192ee4ae45ef935578cbc3c1e84612f8c85d70 +DIST hyprlock-0.3.0.tar.gz 61599 BLAKE2B f9bd1b358f55a860441d66d07361f3fe0d19f3f81612714e5dfa3fa6a9fa30f206416fd255365ef0469e50e13048e9378b5f5f79ee37904bf97618e2e08348dc SHA512 3c2262e19f62259efdd2fec0c05f473d60b71809e75b253529e56b31337eee6ca176ead36101a023d777d8989613df765d002358c45aadba6db6593fbca7dd2c diff --git a/gui-apps/hyprlock/hyprlock-0.3.0.ebuild b/gui-apps/hyprlock/hyprlock-0.3.0.ebuild index e47f909623..ea126e6db7 100644 --- a/gui-apps/hyprlock/hyprlock-0.3.0.ebuild +++ b/gui-apps/hyprlock/hyprlock-0.3.0.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" = *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" else - SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${PV}" KEYWORDS="~amd64"