diff --git a/CHANGELOG.md b/CHANGELOG.md index c25ae0c..13df0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,28 @@ # Changelog +## r6 (2017/12/30) + +* New release : 8.1.15 (Issue neard/neard#349) + ## r5 (2017/06/07) * Drush 8.1.11 r4 malformed (Issue neard/neard#272) ## r4 (2017/05/23) -* New bundle : 8.1.11 (Issue neard/neard#260) +* New release : 8.1.11 (Issue neard/neard#260) ## r3 (2016/10/11) -* New bundles : 7.4.0, 8.1.5 (Issue neard/neard#121) +* New releases : 7.4.0, 8.1.5 (Issue neard/neard#121) ## r2 (2016/05/12) -* Add bundle : 8.1.2 (Issue neard/neard#121) +* Add release : 8.1.2 (Issue neard/neard#121) ## r1 (2016/04/30) -* Add bundles : 5.9.0, 6.7.0, 7.3.0, 8.1.0 +* Add releases : 5.9.0, 6.7.0, 7.3.0, 8.1.0 * Move HOME and TEMP to `neard\tmp\drush` * Include mysql.exe and required bins (bzip2, gzip, libarchive, tar, wget) * Create template files (.nrd) for future Neard release. diff --git a/bin/drush8.1.15/bins.properties b/bin/drush8.1.15/bins.properties new file mode 100644 index 0000000..e816966 --- /dev/null +++ b/bin/drush8.1.15/bins.properties @@ -0,0 +1,7 @@ +bzip2 = https://github.com/neard/modules-untouched/releases/download/drush-r1/bzip2-1.0.5-bin.zip +gzip = https://github.com/neard/modules-untouched/releases/download/drush-r1/gzip-1.3.12-1-bin.zip +libarchive = https://github.com/neard/modules-untouched/releases/download/drush-r1/libarchive-2.4.12-1-bin.zip +tar = https://github.com/neard/modules-untouched/releases/download/drush-r1/tar-1.13-1-bin.zip +wget = https://github.com/neard/modules-untouched/releases/download/drush-r1/wget-1.11.4-1-bin.zip +wget-dep = https://github.com/neard/modules-untouched/releases/download/drush-r1/wget-1.11.4-1-dep.zip +mysql = https://github.com/neard/modules-untouched/releases/download/mysql-r1/mysql-5.6.34-win32.zip diff --git a/bin/drush8.1.15/drush.bat b/bin/drush8.1.15/drush.bat new file mode 100644 index 0000000..0afccd4 --- /dev/null +++ b/bin/drush8.1.15/drush.bat @@ -0,0 +1,7 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET HOME=~NEARD_WIN_PATH~\tmp\drush +SET TEMP=~NEARD_WIN_PATH~\tmp\drush +SET PATH=%PATH%;%~dp0bins +SET BIN_TARGET=%~dp0vendor/drush/drush/drush.launcher +sh "%BIN_TARGET%" %* diff --git a/bin/drush8.1.15/drush.bat.nrd b/bin/drush8.1.15/drush.bat.nrd new file mode 100644 index 0000000..0afccd4 --- /dev/null +++ b/bin/drush8.1.15/drush.bat.nrd @@ -0,0 +1,7 @@ +@ECHO OFF +setlocal DISABLEDELAYEDEXPANSION +SET HOME=~NEARD_WIN_PATH~\tmp\drush +SET TEMP=~NEARD_WIN_PATH~\tmp\drush +SET PATH=%PATH%;%~dp0bins +SET BIN_TARGET=%~dp0vendor/drush/drush/drush.launcher +sh "%BIN_TARGET%" %* diff --git a/bin/drush8.1.15/neard.conf b/bin/drush8.1.15/neard.conf new file mode 100644 index 0000000..97e65d0 --- /dev/null +++ b/bin/drush8.1.15/neard.conf @@ -0,0 +1,4 @@ +drushVersion = "8.1.15" +drushExe = "drush.bat" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/build.properties b/build.properties index 3993300..6886326 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = drush -bundle.release = r5 +bundle.release = r6 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index 8227df5..62eaec3 100644 --- a/releases.properties +++ b/releases.properties @@ -6,3 +6,4 @@ 8.1.2 = https://github.com/neard/module-drush/releases/download/r2/neard-drush-8.1.2-r2.7z 8.1.5 = https://github.com/neard/module-drush/releases/download/r3/neard-drush-8.1.5-r3.7z 8.1.11 = https://github.com/neard/module-drush/releases/download/r5/neard-drush-8.1.11-r5.7z +8.1.15 = https://github.com/neard/module-drush/releases/download/r6/neard-drush-8.1.15-r6.7z \ No newline at end of file