From ca8a3daab46886bd19e4200c4a0fbbf0eb46ca22 Mon Sep 17 00:00:00 2001 From: qiyuey Date: Sat, 29 Feb 2020 08:08:30 -0600 Subject: [PATCH] z.lua: Update to version 1.8.4 (#855) --- bucket/z.lua.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/z.lua.json b/bucket/z.lua.json index d370a5a968..a97682a2fc 100644 --- a/bucket/z.lua.json +++ b/bucket/z.lua.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/skywind3000/z.lua", "description": "cd command replacement", - "version": "1.7.4", + "version": "1.8.4", "license": "MIT", "depends": "lua", "notes": "Configure accordingly to 'https://github.com/skywind3000/z.lua#install'", - "url": "https://github.com/skywind3000/z.lua/archive/v1.7.4.zip", - "hash": "2e0960dd2cd082a95d83c4dc7ccc6d6127b5879aeeb53fa8abc34ec1e0474fd3", - "extract_dir": "z.lua-1.7.4", + "url": "https://github.com/skywind3000/z.lua/archive/1.8.4.zip", + "hash": "ab31d29a709d77d8d173a3bac7ceea4eaf528ebd4ba28061ff23e9ea5bd14538", + "extract_dir": "z.lua-1.8.4", "checkver": "github", "autoupdate": { - "url": "https://github.com/skywind3000/z.lua/archive/v$version.zip", + "url": "https://github.com/skywind3000/z.lua/archive/$version.zip", "extract_dir": "z.lua-$version" } }