TheRandomLabs / scoop-nonportable

A Scoop bucket for nonportable applications.
The Unlicense
138 stars 40 forks source link

pgadmin4-np: Update to version 5.3 #247

Closed YogliB closed 2 years ago

pmorch commented 2 years ago

This no longer works, as this new URL is a 404

This is what could work instead:

--- a/bucket/pgadmin4-np.json
+++ b/bucket/pgadmin4-np.json
@@ -1,10 +1,10 @@
 {
-    "version": "4.29",
+    "version": "5.7",
     "homepage": "https://www.pgadmin.org/",
     "description": "PostgreSQL administration and development platform.",
     "license": "PostgreSQL",
-    "url": "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.29/windows/pgadmin4-4.29-x86.exe",
-    "hash": "9d7945ac6e056ff507ef1919a6fbac7987b02d8f91b6b119a98f8da7624c691f",
+    "url": "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v5.7/windows/pgadmin4-5.7-x64.exe",
+    "hash": "edf0bab6031fc06d6b875cb1b76b06bb616d6431373726cc58775f769edb88b9",
     "installer": {
         "args": [
             "/verysilent",
@@ -40,6 +40,6 @@
         "regex": "pgAdmin 4 v([\\d.]+)"
     },
     "autoupdate": {
-        "url": "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v$version/windows/pgadmin4-$version-x86.exe"
+        "url": "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v$version/windows/pgadmin4-$version-x64.exe"
     }
 }

but it doesn't due to a bug I'll be filing in a couple of minutes...