From c5ade81597074a31ec8ac7ed241e18bd6c797685 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 12 Apr 2024 15:40:25 +0200 Subject: [PATCH] e3: fix distfile. Supersedes #48112. --- srcpkgs/e3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/e3/template b/srcpkgs/e3/template index 68857e28fbd..432940eb130 100644 --- a/srcpkgs/e3/template +++ b/srcpkgs/e3/template @@ -1,15 +1,15 @@ # Template file for 'e3' pkgname=e3 version=2.82 -revision=3 +revision=4 build_style=gnu-makefile hostmakedepends="nasm" archs="i686* x86_64*" short_desc="A full-screen and user-friendly text editor" maintainer="Orphaned " license="GPL-2.0-or-later" -homepage="https://sites.google.com/site/e3editor/" -distfiles="https://sites.google.com/site/e3editor/Home/e3-${version}.tgz" +homepage="https://texteditors.org/cgi-bin/wiki.pl?E3" +distfiles="http://ftp.uni-kl.de/pub/linux/gentoo/distfiles/9a/e3-${version}.tgz" checksum=53c51d656801fd3ae0179a5b27f028e07eaba328e80c8c55050268359b9a2924 nostrip="Strip stage errs"