Skip to content

Commit

Permalink
exult: migrate url to github.com
Browse files Browse the repository at this point in the history
svn r7520 is git commit 75aff2e97a4867d7810f8907796f58cb11b87a39:
```
r7520 | kirben | 2015-03-20 14:23:05 +0100 (Fri, 20 Mar 2015) | 1 line
Correct typo in documentation for u7shp plugin under Windows.
```
```
commit 75aff2e97a4867d7810f8907796f58cb11b87a39
Author: Travis Howell <kirben@users.sourceforge.net>
Date:   2015-03-20 13:23:05 +0000

    Correct typo in documentation for u7shp plugin under Windows.
```
  • Loading branch information
vszakats authored and fxcoudert committed Mar 12, 2017
1 parent 594e2bd commit 7209e1d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Formula/exult.rb
@@ -1,13 +1,7 @@
class Exult < Formula
desc "Recreation of Ultima 7"
homepage "https://exult.sourceforge.io/"
# TODO: move to: https://github.com/exult/exult
if MacOS.version >= :sierra
url "https://svn.code.sf.net/p/exult/code/exult/trunk", :revision => 7520
else
url "http://svn.code.sf.net/p/exult/code/exult/trunk", :revision => 7520
end

url "https://github.com/exult/exult.git", :revision => "75aff2e97a4867d7810f8907796f58cb11b87a39"
version "1.4.9rc1+r7520"
head "https://github.com/exult/exult.git"

Expand Down

0 comments on commit 7209e1d

Please sign in to comment.