Skip to content

Commit

Permalink
Update Inetc NSIS plugin to 1.0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Apr 13, 2015
1 parent da463ad commit baca965
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.0 (11-Apr-2015)

* Upgrade to Audacity 2.1.0
* Update Inetc NSIS plugin to 1.0.4.4

## 2.0.6.1 (27-Mar-2015)

* Executables signed with StartSSL code signing certificate
Expand Down
11 changes: 6 additions & 5 deletions audacity_installer.nsi
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Copyright (c) 2005-2015 Ross Smith II (http://smithii.com). MIT Licensed.

!define AUDACITY_VER "2.0.6"
!define AUDACITY_VER "2.1.0"
!define AUDACITY_EXE "audacity-win-${AUDACITY_VER}.exe"
!define AUDACITY_URL "http://downloads.sourceforge.net/project/audacity/audacity/${AUDACITY_VER}/${AUDACITY_EXE}"
!define AUDACITY_URL "http://tcpdiag.dl.sourceforge.net/project/audacity/audacity/${AUDACITY_VER}/${AUDACITY_EXE}"

# http://downloads.sourceforge.net/project/audacity/audacity/2.0.6/audacity-win-2.0.6.exe
# http://tcpdiag.dl.sourceforge.net/project/audacity/audacity/2.1.0/audacity-win-2.1.0.exe
# http://downloads.sourceforge.net/project/audacity/audacity/2.1.0/audacity-win-2.1.0.exe

!define LADSPA_VER "0.4.15"
!define LADSPA_EXE "LADSPA_plugins-win-${LADSPA_VER}.exe"
!define LADSPA_URL "http://downloads.sourceforge.net/project/audacity/audacity-beta/1.3.2/${LADSPA_EXE}"
!define LADSPA_URL "http://tcpdiag.dl.sourceforge.net/project/audacity/audacity-beta/1.3.2/${LADSPA_EXE}"

# http://downloads.sourceforge.net/project/audacity/audacity-beta/1.3.2/LADSPA_plugins-win-0.4.15.exe

Expand All @@ -32,7 +33,7 @@
!define PRODUCT_DIR "Audacity"
#!define PRODUCT_VERSION "1.0"
!define PRODUCT_DESC "Audacity Freeware Installer ${PRODUCT_VERSION}"
!define PRODUCT_TRADEMARKS "Audacity™ is a trademark of Dominic Mazzoni (http://audacity.sourceforge.net/copyright)"
!define PRODUCT_TRADEMARKS "Audacity™ is a trademark of Dominic Mazzoni (http://audacity.sourceforge.net/copyright)"

!addincludedir "../nsislib"
!addincludedir "nsislib"
Expand Down
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Audacity Software License
===================================

Audacity® is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems. Learn more about Audacity... Also check our Wiki and Forum for more information.
Audacity is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems. Learn more about Audacity... Also check our Wiki and Forum for more information.

License: Audacity is free software. You may use it for any personal, commercial or educational purpose, including installing it on as many different computers as you wish. Audacity is licensed under the terms of version 2 of the GNU General Public License (GPL) as published by the Free Software Foundation. The full text of the license is also available when running Audacity, via the Help menu > About Audacity... command > GPL License tab.

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.6.1
2.1.0

0 comments on commit baca965

Please sign in to comment.