Skip to content

Commit 627e5b3

Browse files
committed
get ready for new example distro
1 parent 6616cae commit 627e5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendors/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ file_name = (MAC_OR_LINUX.nil?) ? "#{EXAMPLES}.zip" : "#{EXAMPLES}.tar.gz"
5959
file file_name do
6060
begin
6161
if MAC_OR_LINUX.nil?
62-
sh "wget https://github.com/ruby-processing/samples4ruby-processing3/archive/#{EXAMPLES}.zip"
62+
sh "wget https://github.com/ruby-processing/JRubyArt-examples/archive/#{EXAMPLES}.tar.gz"
6363
else
64-
sh "wget https://github.com/ruby-processing/samples4ruby-processing3/archive/#{EXAMPLES}.tar.gz"
64+
sh "wget https://github.com/ruby-processing/JRubyArt-examples/archive/#{EXAMPLES}.zip"
6565
end
6666
rescue
6767
warn(WARNING)

0 commit comments

Comments
 (0)