public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/freetube-bin/
Date: Sun, 28 Jul 2024 21:21:02 +0000 (UTC)	[thread overview]
Message-ID: <1722191480.3f049432af484a591209b9b4c54d3c0d7e66f5f0.watermanpaint@gentoo> (raw)
Message-ID: <20240728212102.xzBIz6GzJy8I6iXb77OUwHMlhSyZ2oNyqUmoaWV7DA4@z> (raw)

commit:     3f049432af484a591209b9b4c54d3c0d7e66f5f0
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jul 28 18:25:36 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jul 28 18:31:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f049432

net-misc/freetube-bin: append _beta suffix to ${PV}

See https://freetubeapp.io/#download and git tags.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 net-misc/freetube-bin/Manifest                                       | 4 ++--
 .../{freetube-bin-0.21.1.ebuild => freetube-bin-0.21.1_beta.ebuild}  | 4 +++-
 .../{freetube-bin-0.21.2.ebuild => freetube-bin-0.21.2_beta.ebuild}  | 5 +++--
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/net-misc/freetube-bin/Manifest b/net-misc/freetube-bin/Manifest
index 8acf5ab57..a25d44ba2 100644
--- a/net-misc/freetube-bin/Manifest
+++ b/net-misc/freetube-bin/Manifest
@@ -1,2 +1,2 @@
-DIST freetube_0.21.1_amd64.deb 75622924 BLAKE2B b263cd13c078f7a7fbf9396271dd47d3cd8d2a2dc19bd668fcc25df7db11f8361cea4ac00466bae9a657bcb2181d82e2a0c3dcfe2b68fc8ef4b72dcbac4a2346 SHA512 c34da514e7b61999108e3e98ada1fc68f8487915df1ddd0e04273cb608c3bc86253848298cf0518aec1c68ab488d7960176b2163627c269399735cfcafcc529e
-DIST freetube_0.21.2_amd64.deb 75678828 BLAKE2B 94823edf87a3ca3fccb8b83d1985a1ce2dbfb4644730ae4f1207083724c80aaff2b4e563d42a86fad0c9e45e6c9754544269f4248c8bb41b6fed2be2e899d00c SHA512 729b29c57a7d39990edc1d294674b2a533481f25aa7f1a8da2bb3dfd7b01457c201230dffae00b3f18c9855556e672b37dbd3c994eeb8adca1ee2f5eb7d4aa2f
+DIST freetube-bin-0.21.1_beta.deb 75622924 BLAKE2B b263cd13c078f7a7fbf9396271dd47d3cd8d2a2dc19bd668fcc25df7db11f8361cea4ac00466bae9a657bcb2181d82e2a0c3dcfe2b68fc8ef4b72dcbac4a2346 SHA512 c34da514e7b61999108e3e98ada1fc68f8487915df1ddd0e04273cb608c3bc86253848298cf0518aec1c68ab488d7960176b2163627c269399735cfcafcc529e
+DIST freetube-bin-0.21.2_beta.deb 75678828 BLAKE2B 94823edf87a3ca3fccb8b83d1985a1ce2dbfb4644730ae4f1207083724c80aaff2b4e563d42a86fad0c9e45e6c9754544269f4248c8bb41b6fed2be2e899d00c SHA512 729b29c57a7d39990edc1d294674b2a533481f25aa7f1a8da2bb3dfd7b01457c201230dffae00b3f18c9855556e672b37dbd3c994eeb8adca1ee2f5eb7d4aa2f

diff --git a/net-misc/freetube-bin/freetube-bin-0.21.1.ebuild b/net-misc/freetube-bin/freetube-bin-0.21.1_beta.ebuild
similarity index 96%
rename from net-misc/freetube-bin/freetube-bin-0.21.1.ebuild
rename to net-misc/freetube-bin/freetube-bin-0.21.1_beta.ebuild
index 835ec8728..2e09c6de8 100644
--- a/net-misc/freetube-bin/freetube-bin-0.21.1.ebuild
+++ b/net-misc/freetube-bin/freetube-bin-0.21.1_beta.ebuild
@@ -7,7 +7,9 @@ inherit desktop unpacker xdg
 
 DESCRIPTION="A private YouTube desktop client"
 HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
-SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV}-beta/freetube_${PV}_amd64.deb"
+SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV/_/-}/freetube_${PV%_*}_amd64.deb
+	-> ${P}.deb
+"
 
 S="${WORKDIR}"
 

diff --git a/net-misc/freetube-bin/freetube-bin-0.21.2.ebuild b/net-misc/freetube-bin/freetube-bin-0.21.2_beta.ebuild
similarity index 96%
rename from net-misc/freetube-bin/freetube-bin-0.21.2.ebuild
rename to net-misc/freetube-bin/freetube-bin-0.21.2_beta.ebuild
index 835ec8728..b3113f73d 100644
--- a/net-misc/freetube-bin/freetube-bin-0.21.2.ebuild
+++ b/net-misc/freetube-bin/freetube-bin-0.21.2_beta.ebuild
@@ -7,8 +7,9 @@ inherit desktop unpacker xdg
 
 DESCRIPTION="A private YouTube desktop client"
 HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
-SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV}-beta/freetube_${PV}_amd64.deb"
-
+SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV/_/-}/freetube_${PV%_*}_amd64.deb
+	-> ${P}.deb
+"
 S="${WORKDIR}"
 
 LICENSE="AGPL-3+"


             reply	other threads:[~2024-07-28 21:21 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-28 18:31 Lucio Sauer [this message]
2024-07-28 21:21 ` [gentoo-commits] repo/proj/guru:master commit in: net-misc/freetube-bin/ Lucio Sauer
  -- strict thread matches above, loose matches on Subject: below --
2025-10-17 18:24 [gentoo-commits] repo/proj/guru:dev " Andrés Becerra
2025-10-14 19:50 Andrés Becerra
2025-10-14  4:51 RavFX
2025-09-16 14:11 RavFX
2025-08-23 19:42 RavFX
2025-08-18 18:02 RavFX
2025-08-10  5:44 RavFX
2025-08-10  5:44 RavFX
2025-05-02  6:49 RavFX
2025-05-02  6:49 RavFX
2025-04-25  0:11 demize
2025-04-24 20:11 Andrés Becerra
2025-04-24 20:05 Andrés Becerra
2025-03-30 19:10 Andrés Becerra
2025-02-23 21:17 Pedro Arizmendi
2025-02-03 11:16 Pedro Arizmendi
2024-12-14 15:37 Ronny Gutbrod
2024-10-29 16:33 Ronny Gutbrod
2024-10-29 16:33 Ronny Gutbrod
2024-08-09 15:41 Ronny Gutbrod
2024-07-28 18:31 Lucio Sauer
2024-07-28 16:31 Pedro Arizmendi
2024-07-16 11:01 Pedro Arizmendi
2024-07-11 16:13 Pedro Arizmendi
2024-07-11 15:53 Pedro Arizmendi
2024-07-11 15:52 Pedro Arizmendi
2024-06-24 18:28 Pedro Arizmendi
2024-04-05 10:47 Pedro Arizmendi
2024-04-05 10:46 Pedro Arizmendi
2024-03-03 18:46 Pedro Arizmendi
2023-10-09 10:18 Pedro Arizmendi
2023-09-14 17:59 Pedro Arizmendi
2022-08-12  7:04 Hayley Hughes
2022-08-03 13:53 Hayley Hughes
2022-02-28 21:51 Adrian Schollmeyer
2022-02-07  6:24 Hayley Hughes
2021-12-02  0:59 Hayley Hughes
2021-04-13 12:15 Andrew Ammerlaan
2021-04-06  0:15 Mustafa Salih
2021-04-02 17:38 Kerim Kocabaş
2021-03-28 10:52 Andrew Ammerlaan
2021-02-21 15:05 Simon van der Maas
2021-02-20 20:06 Simon van der Maas
2021-02-20 16:19 Simon van der Maas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1722191480.3f049432af484a591209b9b4c54d3c0d7e66f5f0.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox