From 0ceccd0f06469956381c8a71433702c844d90d89 Mon Sep 17 00:00:00 2001 From: basketshoe <54729294+basketshoe@users.noreply.github.com> Date: Sun, 22 Dec 2024 12:11:32 +0100 Subject: [PATCH 1/2] Create whatsapp-beta.json --- deprecated/whatsapp-beta.json | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 deprecated/whatsapp-beta.json diff --git a/deprecated/whatsapp-beta.json b/deprecated/whatsapp-beta.json new file mode 100644 index 00000000000..e063a7464ea --- /dev/null +++ b/deprecated/whatsapp-beta.json @@ -0,0 +1,45 @@ +{ + "version": "2.2325.3", + "description": "A cross-platform messaging and Voice over IP service.", + "homepage": "https://www.whatsapp.com", + "license": { + "identifier": "Freeware", + "url": "https://www.whatsapp.com/legal/" + }, + "architecture": { + "64bit": { + "url": "https://web.whatsapp.com/desktop-beta/windows/release/x64/WhatsApp-2.2325.3-full.nupkg#/dl.7z", + "hash": "sha1:60a11ba6c26f76dcb6991f941f8eb83751d62a22" + }, + "32bit": { + "url": "https://web.whatsapp.com/desktop-beta/windows/release/ia32/WhatsApp-2.2325.3-full.nupkg#/dl.7z", + "hash": "sha1:f912de2267a42ea18f9fdc63f030efac3eb75d59" + } + }, + "extract_dir": "lib\\net45", + "bin": "whatsapp.exe", + "shortcuts": [ + [ + "whatsapp.exe", + "WhatsApp" + ] + ], + "checkver": { + "url": "https://web.whatsapp.com/desktop-beta/windows/release/x64/RELEASES", + "regex": "WhatsApp-([\\d.]+)-full\\.nupkg", + "reverse": true + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://web.whatsapp.com/desktop-beta/windows/release/x64/WhatsApp-$version-full.nupkg#/dl.7z" + }, + "32bit": { + "url": "https://web.whatsapp.com/desktop-beta/windows/release/ia32/WhatsApp-$version-full.nupkg#/dl.7z" + } + }, + "hash": { + "url": "$baseurl/RELEASES" + } + } +} From 236dc1bd41b316b305b55d909602f46cd8a376ed Mon Sep 17 00:00:00 2001 From: basketshoe <54729294+basketshoe@users.noreply.github.com> Date: Sun, 22 Dec 2024 12:12:12 +0100 Subject: [PATCH 2/2] Delete bucket/whatsapp-beta.json --- bucket/whatsapp-beta.json | 45 --------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 bucket/whatsapp-beta.json diff --git a/bucket/whatsapp-beta.json b/bucket/whatsapp-beta.json deleted file mode 100644 index e063a7464ea..00000000000 --- a/bucket/whatsapp-beta.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "version": "2.2325.3", - "description": "A cross-platform messaging and Voice over IP service.", - "homepage": "https://www.whatsapp.com", - "license": { - "identifier": "Freeware", - "url": "https://www.whatsapp.com/legal/" - }, - "architecture": { - "64bit": { - "url": "https://web.whatsapp.com/desktop-beta/windows/release/x64/WhatsApp-2.2325.3-full.nupkg#/dl.7z", - "hash": "sha1:60a11ba6c26f76dcb6991f941f8eb83751d62a22" - }, - "32bit": { - "url": "https://web.whatsapp.com/desktop-beta/windows/release/ia32/WhatsApp-2.2325.3-full.nupkg#/dl.7z", - "hash": "sha1:f912de2267a42ea18f9fdc63f030efac3eb75d59" - } - }, - "extract_dir": "lib\\net45", - "bin": "whatsapp.exe", - "shortcuts": [ - [ - "whatsapp.exe", - "WhatsApp" - ] - ], - "checkver": { - "url": "https://web.whatsapp.com/desktop-beta/windows/release/x64/RELEASES", - "regex": "WhatsApp-([\\d.]+)-full\\.nupkg", - "reverse": true - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://web.whatsapp.com/desktop-beta/windows/release/x64/WhatsApp-$version-full.nupkg#/dl.7z" - }, - "32bit": { - "url": "https://web.whatsapp.com/desktop-beta/windows/release/ia32/WhatsApp-$version-full.nupkg#/dl.7z" - } - }, - "hash": { - "url": "$baseurl/RELEASES" - } - } -}