diff --git a/innounp.json b/innounp.json
index 114ce795ea..069bcf9fd3 100644
--- a/innounp.json
+++ b/innounp.json
@@ -1,8 +1,16 @@
 {
+    "version": "0.48",
+    "description": "Inno Setup Unpacker.",
     "homepage": "http://innounp.sourceforge.net",
-    "version": "0.47",
-    "url": "https://github.com/scoopinstaller/binary-mirror/raw/master/innounp/innounp047.rar",
-    "hash": "sha1:ba0cebf7e3003847d5ed5811620c54d7576146e7",
+    "license": "GPL-3.0-only",
+    "url": "https://raw.githubusercontent.com/scoopinstaller/binary-mirror/master/innounp/innounp048.rar",
+    "hash": "sha1:638a8ff3b87c40d12b43ca964e6777baca2176c8",
     "bin": "innounp.exe",
-    "checkver": "Version\\s+([\\d.]+)\\s*
"
+    "checkver": "Version\\s+([\\d\\.]+)\\s*
",
+    "autoupdate": {
+        "url": "https://raw.githubusercontent.com/scoopinstaller/binary-mirror/master/innounp/innounp$cleanVersion.rar",
+        "hash": {
+            "url": "$baseurl/innounp$cleanVersion.sha1"
+        }
+    }
 }