From: Eric Biggers Date: Fri, 4 May 2012 20:36:58 +0000 (-0500) Subject: Use downloads.sourceforge.net URL X-Git-Tag: v0.7.0~10 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=e6a3f1c78efcdc1b4a153b008302145a95f30edc Use downloads.sourceforge.net URL --- diff --git a/archlinux/PKGBUILD.in b/archlinux/PKGBUILD.in index 2417135e..8086fd1e 100644 --- a/archlinux/PKGBUILD.in +++ b/archlinux/PKGBUILD.in @@ -12,7 +12,7 @@ optdepends=("cdrkit: for making ISO image of Windows PE" "mtools: for making disk image of Windows PE" "syslinux: for making disk image of Windows PE" "cabextract: for extracting Windows PE from the WAIK") -source=("$url/files/$pkgname-$pkgver.tar.gz") +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=("ce01547173dbac170b324dbb6fc84243") build() { diff --git a/rpm/wimlib.spec.in b/rpm/wimlib.spec.in index eb3dd84e..4140c5ec 100644 --- a/rpm/wimlib.spec.in +++ b/rpm/wimlib.spec.in @@ -6,7 +6,7 @@ License: LGPL Group: System Environment/Libraries Packager: Eric Biggers (ebiggers3@gmail.com) URL: http://wimlib.sourceforge.net -Source: http://sourceforge.net/projects/wimlib/files/wimlib-%{version}.tar.gz +Source: http://downloads.sourceforge.net/wimlib/wimlib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}/wimlib-root BuildRequires: libxml2-devel fuse-devel openssl-devel Requires: libxml2 fuse-libs openssl