From b95ae892f558338d640a66ba5132b1c22d82d1d6 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:15 +0000 Subject: [PATCH] yregedit: Update to version 2.0 --- bucket/yregedit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yregedit.json b/bucket/yregedit.json index 0c3b5369c9..f13ae6582d 100644 --- a/bucket/yregedit.json +++ b/bucket/yregedit.json @@ -1,16 +1,16 @@ { - "version": "1.90", + "version": "2.0", "description": "Interactive registry editor for console, 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-extra-amd64.cab#/dl.7z", - "hash": "b55c633d72892d7369721c43b41f9b8bdf4beb65df75f90bcc905c529217fb7c" + "url": "http://www.malsmith.net/download/?obj=yori/2.0/yori-extra-amd64.cab#/dl.7z", + "hash": "777ccec9efde786e9f08afc859536fec8c3cfc02f92ac46a5cfb85f151cf6fb1" }, "32bit": { - "url": "http://www.malsmith.net/download/?obj=yori/1.90/yori-extra-win32.cab#/dl.7z", - "hash": "743828255bf2e6b1b5ffc22ef7f8ec587fb5d45e7959e4839d013a5eda3dc2b6" + "url": "http://www.malsmith.net/download/?obj=yori/2.0/yori-extra-win32.cab#/dl.7z", + "hash": "ce71d5c0efe04bb05d45af712efb8d8d6c65d341e7f3661718aa64161d8e70e4" } }, "post_install": "Remove-Item \"$dir\\*\" -Recurse -Exclude yregedit.exe",