pacparser: Update to version 1.4.5 (#6527)

This commit is contained in:
Valentin 2025-02-14 14:20:30 +01:00 committed by GitHub
parent fda040989d
commit 73ae79f556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,12 @@
{
"version": "1.4.3",
"version": "1.4.5",
"description": "A library to parse proxy auto-config (PAC) files",
"homepage": "https://github.com/manugarg/pacparser",
"license": "LGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/manugarg/pacparser/releases/download/v1.4.3/pacparser-v1.4.3-windows.zip",
"hash": "460b25bd1b95c552349b2600981815be92887b1061c782a6752ed348f9189dc4",
"extract_dir": "pacparser-v1.4.3-windows"
"url": "https://github.com/manugarg/pacparser/releases/download/v1.4.5/pacparser-v1.4.5-windows-x86_64.zip",
"hash": "9c657c363a7a5d2e1c07f7c3ce1277df0cd4a12b1c6fd47bd35194e80cb84b7f"
}
},
"bin": "pactester.exe",
@ -15,8 +14,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/manugarg/pacparser/releases/download/v$version/pacparser-v$version-windows.zip",
"extract_dir": "pacparser-v$version-windows"
"url": "https://github.com/manugarg/pacparser/releases/download/v$version/pacparser-v$version-windows-x86_64.zip"
}
}
}