lensfun: Move URLs to sourceforge
via http://lensfun.berlios.de/ Lensfun moved to Sourceforge! BerliOS will shut down its service at the end of April 2014. Therefore, we moved everything to Sourceforge and at the same time we took the opportunity to switch the version control system to git. Closes Homebrew/homebrew#28582. Closes Homebrew/homebrew#28585. Signed-off-by: Evan McClain <aeroevan@gmail.com> Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
df6e331bac
commit
afe33b568d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Lensfun < Formula
|
||||
homepage 'http://lensfun.berlios.de'
|
||||
head 'svn://svn.berlios.de/lensfun/trunk'
|
||||
url 'https://downloads.sourceforge.net/project/lensfun.berlios/lensfun-0.2.8.tar.bz2'
|
||||
homepage 'http://lensfun.sourceforge.net/'
|
||||
head 'git://git.code.sf.net/p/lensfun/code'
|
||||
url 'https://downloads.sourceforge.net/project/lensfun/0.2.8/lensfun-0.2.8.tar.bz2'
|
||||
sha1 '0e85eb7692620668d27e2303687492ad68c90eb4'
|
||||
revision 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue