Skip to content

Commit

Permalink
Revert "Temporarily add public URLs for pre-release testing"
Browse files Browse the repository at this point in the history
This reverts commit 1a43f4b.
  • Loading branch information
sambrightman committed Sep 24, 2020
1 parent 1a43f4b commit 64e1efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/emacs-27.1-travis-linux-trusty.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recipe 'emacs-27.1-travis-linux-trusty' do
tar_gz 'https://www.dropbox.com/s/0g9bwt0vywrvl18/emacs-27.1-travis-linux-trusty.tar.gz?dl=1'
tar_gz 'https://github.com/rejeep/evm/releases/download/v0.21.0/emacs-27.1-travis-linux-trusty.tar.gz'

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

install do
copy build_path, installations_path
Expand Down

0 comments on commit 64e1efe

Please sign in to comment.