diff options
| author | Evan McClain | 2014-04-21 15:48:54 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-04-22 09:57:47 -0500 |
| commit | 3f1b12ca00813ce6cfdf0e9623215705f8ebe71e (patch) | |
| tree | 9551ad44eccaf3eb32c5302f8be5fa19c4c06947 | |
| parent | 418f625bfda8e459c224277727cbaceabb0d6c00 (diff) | |
| download | homebrew-3f1b12ca00813ce6cfdf0e9623215705f8ebe71e.tar.bz2 | |
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 #28582.
Closes #28585.
Signed-off-by: Evan McClain <aeroevan@gmail.com>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/lensfun.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/lensfun.rb b/Library/Formula/lensfun.rb index 8279ae5d7..1d05ca3a5 100644 --- a/Library/Formula/lensfun.rb +++ b/Library/Formula/lensfun.rb @@ -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 |
