diff --git a/concfg.json b/concfg.json index 2604ec6056..07d6051b43 100644 --- a/concfg.json +++ b/concfg.json @@ -2,6 +2,6 @@ "homepage": "https://github.com/lukesampson/concfg", "version": "0.2013.07.01", "url": "https://github.com/lukesampson/concfg/archive/master.zip", - "extract_subdir": "concfg-master", + "extract_dir": "concfg-master", "bin": "bin\\concfg.ps1" } \ No newline at end of file diff --git a/cowsay.json b/cowsay.json index d1ce1f76df..90d85e20f3 100644 --- a/cowsay.json +++ b/cowsay.json @@ -2,6 +2,6 @@ "version": "0.2013.07.19", "homepage": "https://github.com/lukesampson/cowsay-psh", "url": "https://github.com/lukesampson/cowsay-psh/archive/master.zip", - "extract_subdir": "cowsay-psh-master", + "extract_dir": "cowsay-psh-master", "bin": ["cowsay.ps1","cowthink.ps1"] } \ No newline at end of file diff --git a/curl.json b/curl.json index 597efed899..e80baa2fb2 100644 --- a/curl.json +++ b/curl.json @@ -6,7 +6,7 @@ "http://curl.haxx.se/gknw.net/7.30.0/dist-w32/curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32.zip", "http://curl.haxx.se/ca/cacert.pem#/curl-ca-bundle.crt" ], - "extract_subdir": "curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32", + "extract_dir": "curl-7.30.0-rtmp-ssh2-ssl-sspi-zlib-idn-static-bin-w32", "hash": [ "sha256:90af768c246136c14a2ae52e8775fa4d976eda4632159bc565e1a539b4f15e1a", null diff --git a/go.json b/go.json index ffe363f0ee..e6e8b87ea9 100644 --- a/go.json +++ b/go.json @@ -12,7 +12,7 @@ "hash": "sha1:dee46d45e27193c14e07e695aa4c13d7fdc9de9b" } }, - "extract_subdir": "go", + "extract_dir": "go", "add_env_path": "bin", "set_env": { "GOROOT": "$dir" diff --git a/postgresql.json b/postgresql.json index d8bd3faf7b..225a50e3e9 100644 --- a/postgresql.json +++ b/postgresql.json @@ -12,7 +12,7 @@ "hash": "sha256:26bd5d1555a3c010b0c58a4aaf5e1acd16bcf819926984f0716496d326768502" } }, - "extract_subdir": "pgsql", + "extract_dir": "pgsql", "bin": [ "bin\\clusterdb.exe", "bin\\createdb.exe", diff --git a/pshazz.json b/pshazz.json index 392530025b..80f98c5fc2 100644 --- a/pshazz.json +++ b/pshazz.json @@ -1,6 +1,6 @@ { "version": "0.2013.07.10", "url": "https://github.com/lukesampson/pshazz/archive/master.zip", - "extract_subdir": "pshazz-master", + "extract_dir": "pshazz-master", "bin": [ "bin\\pshazz.ps1" ] } \ No newline at end of file diff --git a/scriptcs.json b/scriptcs.json index 116389c487..91f18c256b 100644 --- a/scriptcs.json +++ b/scriptcs.json @@ -3,7 +3,7 @@ "version": "0.6.0-alpha-130707", "license": "Apache 2.0", "url": "https://www.myget.org/F/scriptcsnightly/api/v2/package/scriptcs/0.6.0-alpha-130707?fn=/dl.zip", - "extract_subdir": "tools\\scriptcs", + "extract_dir": "tools\\scriptcs", "hash": "sha256:d0521827f09813cb3e22402e32a0089cf0b425981f3182568c47811717682750", "bin": "scriptcs.exe" } \ No newline at end of file diff --git a/vim.json b/vim.json index e0e6e5de1b..477f5e8240 100644 --- a/vim.json +++ b/vim.json @@ -12,7 +12,7 @@ "md5:e16ec5b633d2f00bf511529e6abf3670", "sha256:f6081071fa95a6f49c049e9d2aed2d2a2632ec47635b4b497a97bab5f5add498" ], - "extract_subdir": "vim\\vim73", + "extract_dir": "vim\\vim73", "bin": [ "vim.exe", "vimtutor.ps1" ], "post_install": "if(!(test-path ~\\.vimrc)) { cp \"$(split-path(scoop which vim))\\vimrc_example.vim\" ~\\.vimrc diff --git a/winmerge.json b/winmerge.json index cdc1d288e5..714f3c08f3 100644 --- a/winmerge.json +++ b/winmerge.json @@ -3,6 +3,6 @@ "license": "GPL2", "url": "http://downloads.sourceforge.net/project/winmerge/stable/2.14.0/WinMerge-2.14.0-exe.zip", "hash": "sha256:9c77580ff9594536ce84dbbf0095e4b8654892a713989c378b9349c833c0f177", - "extract_subdir": "WinMerge-2.14.0-exe", + "extract_dir": "WinMerge-2.14.0-exe", "bin": "WinMergeU.exe" } \ No newline at end of file