Skip to content

Commit

Permalink
Update lilypond download link
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Feb 5, 2018
1 parent 0aa8467 commit 2002b42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 1.3.7 2018-01-22

- Fix installation of non-registered github packages (#54).
- Set default encoding to UTF-8 (#52).
- Fix Lilypond install on Windows.
- Accept symbol arguments for require, include commands (#49).
- Improve docs.

# Version 1.3.5 2017-01-16

- Add `--svg` command line option (#50).
Expand Down
3 changes: 2 additions & 1 deletion lib/lyp/lilypond.rb
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ def get_system_lilyponds_paths
end
end

BASE_URL = "http://download.linuxaudio.org/lilypond/binaries"
# BASE_URL = "http://download.linuxaudio.org/lilypond/binaries"
BASE_URL = "http://lilypond.org/downloads/binaries"

# Returns a list of versions of lilyponds available for download
def search(version_specifier = nil)
Expand Down
2 changes: 1 addition & 1 deletion lib/lyp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lyp
VERSION = "1.3.7"
VERSION = "1.3.8"
end

0 comments on commit 2002b42

Please sign in to comment.