From 9cc8437d5cda40d28bb102a5f0d0f8f0660297a3 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Mon, 2 Jan 2023 13:17:28 +0100 Subject: [PATCH] net-p2p/monero: update SRC_URI Signed-off-by: Sergey Alirzaev --- net-p2p/monero/monero-0.18.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/monero/monero-0.18.1.2.ebuild b/net-p2p/monero/monero-0.18.1.2.ebuild index 936805e4a7..c12461f695 100644 --- a/net-p2p/monero/monero-0.18.1.2.ebuild +++ b/net-p2p/monero/monero-0.18.1.2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_SUBMODULES=() else SRC_URI="https://github.com/monero-project/monero/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://patch-diff.githubusercontent.com/raw/monero-project/monero/pull/8682.patch -> ${PN}-8682.patch" + https://github.com/monero-project/monero/commit/96677fffcd436c5c108718b85419c5dbf5da9df2.patch -> ${PN}-8682.patch" KEYWORDS="~amd64 ~arm64 ~x86" fi