From eba8a9de0b330f35c9d4f36e3de4bea91eb379c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 00:29:14 +0000 Subject: [PATCH] yedit: Update to version 2.0 --- bucket/yedit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yedit.json b/bucket/yedit.json index 518c6b4a7c..734a6d1304 100644 --- a/bucket/yedit.json +++ b/bucket/yedit.json @@ -1,16 +1,16 @@ { - "version": "1.90", + "version": "2.0", "description": "A modern version of the legacy EDIT.COM text editor, from the author of Yori.", "homepage": "http://www.malsmith.net/yori/", "license": "MIT", "architecture": { "64bit": { - "url": "http://www.malsmith.net/download/?obj=yori/1.90/yori-typical-amd64.cab#/dl.7z", - "hash": "e23be0a16f6b0b326b360cbe2671a2653227df86c10c20b61984c9bceed2cbe7" + "url": "http://www.malsmith.net/download/?obj=yori/2.0/yori-typical-amd64.cab#/dl.7z", + "hash": "d3757a4ab8f1a8e01d1f710df387555bc31a7bff55776ba7c2ba366140c8ca03" }, "32bit": { - "url": "http://www.malsmith.net/download/?obj=yori/1.90/yori-typical-win32.cab#/dl.7z", - "hash": "495e90146b8f3a07fb2c93d2f3bbefbb759e20ea9e94133d02bfb2dcda8dfb39" + "url": "http://www.malsmith.net/download/?obj=yori/2.0/yori-typical-win32.cab#/dl.7z", + "hash": "829e779b203a62e7d05abd7cb683c5dbcb0ea2816085410057de7d1c2ddb5716" } }, "post_install": "Remove-Item \"$dir\\*\" -Recurse -Exclude yedit.exe",