diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2021-01-30 03:05:36 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-02-10 15:35:59 +0200 |
commit | b50c7fb9b7b172cb3c31c0edb0577272400b27cd (patch) | |
tree | 8c636b52cae9294166c0afeb5ae32ce1c6c89583 /gui-libs/wf-config/wf-config-9999.ebuild | |
parent | net-misc/netifrc: Bump to version 0.7.3 (diff) | |
download | gentoo-b50c7fb9b7b172cb3c31c0edb0577272400b27cd.tar.gz gentoo-b50c7fb9b7b172cb3c31c0edb0577272400b27cd.tar.bz2 gentoo-b50c7fb9b7b172cb3c31c0edb0577272400b27cd.zip |
gui-libs/wf-config: version bump to 0.7.0
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-libs/wf-config/wf-config-9999.ebuild')
-rw-r--r-- | gui-libs/wf-config/wf-config-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/wf-config/wf-config-9999.ebuild b/gui-libs/wf-config/wf-config-9999.ebuild index fdcbe17d4da5..26f5dea6385b 100644 --- a/gui-libs/wf-config/wf-config-9999.ebuild +++ b/gui-libs/wf-config/wf-config-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" else - SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi |