diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 17:15:01 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:16 +0100 |
commit | b384f08d3f2b7acacd47090cf8ad73c9df649b61 (patch) | |
tree | 0c1bb8cdcf8a9941e2656fbf9c932297e1a44dae /media-sound/spek | |
parent | media-libs/librosprite: use https, remove empty variable (diff) | |
download | gentoo-b384f08d3f2b7acacd47090cf8ad73c9df649b61.tar.gz gentoo-b384f08d3f2b7acacd47090cf8ad73c9df649b61.tar.bz2 gentoo-b384f08d3f2b7acacd47090cf8ad73c9df649b61.zip |
media-sound/spek: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/spek')
-rw-r--r-- | media-sound/spek/spek-0.8.5-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/spek/spek-0.8.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/spek/spek-0.8.5-r1.ebuild b/media-sound/spek/spek-0.8.5-r1.ebuild index f40e5769fa0b..953b1a51bb29 100644 --- a/media-sound/spek/spek-0.8.5-r1.ebuild +++ b/media-sound/spek/spek-0.8.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ WX_GTK_VER="3.2-gtk3" inherit autotools wxwidgets xdg DESCRIPTION="Analyse your audio files by showing their spectrogram" -HOMEPAGE="http://spek.cc/" +HOMEPAGE="https://spek.cc/" SRC_URI="https://github.com/alexkay/spek/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3" diff --git a/media-sound/spek/spek-0.8.5.ebuild b/media-sound/spek/spek-0.8.5.ebuild index fa0bd400115a..dc8f88f83699 100644 --- a/media-sound/spek/spek-0.8.5.ebuild +++ b/media-sound/spek/spek-0.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ WX_GTK_VER="3.0-gtk3" inherit wxwidgets xdg DESCRIPTION="Analyse your audio files by showing their spectrogram" -HOMEPAGE="http://spek.cc/" +HOMEPAGE="https://spek.cc/" SRC_URI="https://github.com/alexkay/spek/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3" |