Skip to content

Commit

Permalink
Update distribution URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Dec 5, 2022
1 parent 42a2166 commit 354ecef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module RVACars
REVISION = 3
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.revolt-america.com/rva/rva_cars.zip'
URL = 'https://distribute.rva.lat/rva/rva_cars.zip'
end

module RVATracks
Expand All @@ -31,7 +31,7 @@ module RVATracks
REVISION = 3
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.revolt-america.com/rva/rva_tracks.zip'
URL = 'https://distribute.rva.lat/rva/rva_tracks.zip'
end

module RVALegoTracks
Expand All @@ -43,6 +43,6 @@ module RVALegoTracks
REVISION = 2
SUFFIX = 'a'
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}#{SUFFIX}-#{REVISION}"
URL = 'https://distribute.revolt-america.com/rva/rva_lego_tracks.zip'
URL = 'https://distribute.rva.lat/rva/rva_lego_tracks.zip'
end
end

0 comments on commit 354ecef

Please sign in to comment.