Merge branch 'kyungminlee-dev'

This commit is contained in:
Luke Sampson
2016-04-19 14:43:04 +10:00
3 changed files with 8 additions and 7 deletions
+5 -5
View File
@@ -1,15 +1,15 @@
{
"homepage": "http://www.imagemagick.org/script/index.php",
"license": "http://www.imagemagick.org/script/license.php",
"version": "6.9.3-7",
"version": "6.9.3-8",
"architecture": {
"64bit": {
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-7-portable-Q16-x64.zip",
"hash": "52c12e187dad5935ec6c4cb14df60bbc8a4b07630ccb556287694070916d3ed9"
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-8-portable-Q16-x64.zip",
"hash": "fe59dc22d6aeb3745bf15fbaedfa3999a423ffde68e6e0ffb791d19095bdbcdc"
},
"32bit": {
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-7-portable-Q16-x86.zip",
"hash": "396556390ddeb8cdd52eaffe20d17eac04cf8a055316e5d6fe5430713f58686b"
"url": "http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-8-portable-Q16-x86.zip",
"hash": "da7a2bf113002bb8975f4d7ccb917fff2b048b743672f88ef5d0134d31d84088"
}
},
"env_add_path": ".",
+1 -1
View File
@@ -1,4 +1,4 @@
{
{
"version": "v2.8.3",
"extract_dir": "lynx_w32",
"url": "http://www.vordweb.co.uk/standards/lynx_v283.zip",
+2 -1
View File
@@ -3,7 +3,8 @@ $repo_dir = (Get-Item $MyInvocation.MyCommand.Path).directory.parent.FullName
$repo_files = @( Get-ChildItem $repo_dir -file -recurse -force )
$project_file_exclusions = @(
$([regex]::Escape($repo_dir.fullname)+'\\.git\\.*$')
$([regex]::Escape($repo_dir.fullname)+'\\.git\\.*$'),
'.sublime-workspace$'
)
describe 'Project code' {