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 94B62158020 for ; Thu, 20 Oct 2022 04:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCE45E0869; Thu, 20 Oct 2022 04:16:28 +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 A8D66E0877 for ; Thu, 20 Oct 2022 04:16:28 +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 CECF1340C1C for ; Thu, 20 Oct 2022 04:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3538562B for ; Thu, 20 Oct 2022 04:16:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666239373.9bae564aa76dcce300a1c62a687054be6ac228ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/upwork/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/upwork/upwork-5.4.5.1-r1.ebuild X-VCS-Directories: app-office/upwork/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9bae564aa76dcce300a1c62a687054be6ac228ca X-VCS-Branch: master Date: Thu, 20 Oct 2022 04:16:25 +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: 82c6141f-a5bd-4a24-8fb6-62824d085b10 X-Archives-Hash: 0621531b14c459782790af57c298d994 commit: 9bae564aa76dcce300a1c62a687054be6ac228ca Author: Sam James gentoo org> AuthorDate: Thu Oct 20 04:13:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 20 04:16:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bae564a app-office/upwork: fix StaticSrcUri It's not perfect b/c of the hash but it helps a bit. Signed-off-by: Sam James gentoo.org> app-office/upwork/upwork-5.4.5.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-office/upwork/upwork-5.4.5.1-r1.ebuild b/app-office/upwork/upwork-5.4.5.1-r1.ebuild index 661153c68f72..6962a09184ac 100644 --- a/app-office/upwork/upwork-5.4.5.1-r1.ebuild +++ b/app-office/upwork/upwork-5.4.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ inherit desktop pax-utils rpm xdg-utils DESCRIPTION="Project collaboration and tracking software for upwork.com" HOMEPAGE="https://www.upwork.com/" SRC_URI=" - amd64? ( https://updates-desktopapp.upwork.com/binaries/v5_4_5_1_941af939eff74e21/upwork-5.4.5.1-1fc24.x86_64.rpm -> ${P}_x86_64.rpm ) - x86? ( https://updates-desktopapp.upwork.com/binaries/v5_4_5_1_941af939eff74e21/upwork-5.4.5.1-1fc24.i386.rpm -> ${P}_i386.rpm )" + amd64? ( https://updates-desktopapp.upwork.com/binaries/v${PV//./_}_941af939eff74e21/${P}-1fc24.x86_64.rpm -> ${P}_x86_64.rpm ) + x86? ( https://updates-desktopapp.upwork.com/binaries/v${PV//./_}_941af939eff74e21/${P}-1fc24.i386.rpm -> ${P}_i386.rpm )" LICENSE="ODESK" SLOT="0"