From 7f30e673fdbca730404b0de6f2dc0be8244d55df Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Mon, 19 Jul 2021 01:57:44 +0200 Subject: [PATCH] Update --- gnome-extra/authenticator/Manifest | 1 + gnome-extra/authenticator/authenticator-4.0.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 gnome-extra/authenticator/Manifest diff --git a/gnome-extra/authenticator/Manifest b/gnome-extra/authenticator/Manifest new file mode 100644 index 0000000..957a4c2 --- /dev/null +++ b/gnome-extra/authenticator/Manifest @@ -0,0 +1 @@ +DIST authenticator-4.0.3.tar.gz 411473 BLAKE2B aebc1bd99ae78050447495ce99a6379a9358c8cd9469561cb30b8d8fd6ce3d98a1f3e7f966a3a6c9ff8ffcb39893571080eaae601a733e8a4a04a484041de529 SHA512 81900b0a31398597bab9f40a79432d3a3c31fe9eea162a9699c10ff01ba6aba210f1a3e1a70e113090f8aea49a12fd32dac005c7b64f1c73a6cfe56303243186 diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild index 1875084..09cee92 100644 --- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild +++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild @@ -8,7 +8,7 @@ inherit vala meson gnome2-utils git-r3 xdg DESCRIPTION="Simple application for generating Two-Factor Authentication Codes." HOMEPAGE="https://gitlab.gnome.org/World/Authenticator" -SRC_URI="hhttps://gitlab.gnome.org/World/Authenticator/-/archive/v${PV}/${PN}-${PV}.tar.gz" +SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz" EGIT_REPO_URI="https://gitlab.gnome.org/World/Authenticator.git" LICENSE="GPL-3"