diff options
author | 2024-07-23 16:04:49 -0400 | |
---|---|---|
committer | 2024-07-23 16:04:49 -0400 | |
commit | 32681ef3e579ed98d491c41d3efb6fe9e09aeb20 (patch) | |
tree | 662bb292e7e7264eee3bfeb0bdc76a225bbe400e /app-crypt | |
parent | net-wireless/btscreenlocker: add 1.6.5 (diff) | |
download | guru-32681ef3e579ed98d491c41d3efb6fe9e09aeb20.tar.gz guru-32681ef3e579ed98d491c41d3efb6fe9e09aeb20.tar.bz2 guru-32681ef3e579ed98d491c41d3efb6fe9e09aeb20.zip |
app-crypt/configuradorfnmt: Fixed SRC_URI
Signed-off-by: Brayan M. Salazar <this.brayan@proton.me>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild b/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild index aeb10ab16..d91dff27c 100644 --- a/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild +++ b/app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild @@ -7,7 +7,7 @@ inherit desktop java-utils-2 rpm xdg DESCRIPTION="Spanish government certificate request generator" HOMEPAGE="https://www.cert.fnmt.es/" -SRC_URI="https://descargas.cert.fnmt.es/Linux/configuradorfnmt-1.0.1-0.x86_64.rpm" +SRC_URI="https://descargas.cert.fnmt.es/Linux/${P}-0.x86_64.rpm" S=${WORKDIR} |