Skip to content

Commit

Permalink
Update URLs to point at official release
Browse files Browse the repository at this point in the history
  • Loading branch information
sambrightman committed Sep 23, 2019
1 parent 104b9ba commit a824dd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/emacs-26.1-travis-linux-xenial.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recipe 'emacs-26.1-travis-linux-xenial' do
tar_gz 'https://www.dropbox.com/s/w8skjn8dts24be6/emacs-26.1-travis-linux-xenial.tar.gz?dl=1'
tar_gz 'https://github.com/rejeep/evm/releases/download/v0.18.0/emacs-26.1-travis.tar.gz'

install do
copy build_path, installations_path
Expand Down
2 changes: 1 addition & 1 deletion recipes/emacs-26.2-travis-linux-xenial.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recipe 'emacs-26.2-travis-linux-xenial' do
tar_gz 'https://www.dropbox.com/s/vk3lhjy82462zlh/emacs-26.2-travis-linux-xenial.tar.gz?dl=1'
tar_gz 'https://github.com/rejeep/evm/releases/download/v0.18.0/emacs-26.2-travis.tar.gz'

install do
copy build_path, installations_path
Expand Down
2 changes: 1 addition & 1 deletion recipes/emacs-26.3-travis-linux-xenial.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recipe 'emacs-26.3-travis-linux-xenial' do
tar_gz 'https://www.dropbox.com/s/xd28wgjtlfvgrlj/emacs-26.3-travis-linux-xenial.tar.gz?dl=1'
tar_gz 'https://github.com/rejeep/evm/releases/download/v0.18.0/emacs-26.3-travis.tar.gz'

install do
copy build_path, installations_path
Expand Down

0 comments on commit a824dd3

Please sign in to comment.