From 097e6796fea3bf21864b31d5dde8b96822f19b9c Mon Sep 17 00:00:00 2001 From: tech189 Date: Thu, 15 Sep 2022 10:24:59 +0100 Subject: [PATCH] png2html: Restore version 1.1 Restores the package from deprecated folder and changes download URL to point to the archive in Binary repo (https://github.com/ScoopInstaller/Binary/pull/13) Homepage is also updated to point to Internet Archive's copy as original is now a 404 Relates to #3916 --- {deprecated => bucket}/png2html.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {deprecated => bucket}/png2html.json (52%) diff --git a/deprecated/png2html.json b/bucket/png2html.json similarity index 52% rename from deprecated/png2html.json rename to bucket/png2html.json index 84355c7604..981c043c1b 100644 --- a/deprecated/png2html.json +++ b/bucket/png2html.json @@ -1,9 +1,9 @@ { "version": "1.1", "description": "transform a PNG image and a text file into pure html", - "homepage": "http://www.engr.mun.ca/~holden/png2html.html", + "homepage": "https://web.archive.org/web/20210307080107/http://www.engr.mun.ca/~holden/png2html.html", "license": "GPL-2.0-only", - "url": "https://www.engr.mun.ca/~holden/png2html.exe", + "url": "https://github.com/ScoopInstaller/Binary/raw/master/png2html/png2html-1.1.exe#/png2html.exe", "hash": "67685c4527d85f694a57c2e70d242b74156ba341f57bd300d82db453003e2319", "bin": "png2html.exe" }