Rename msvc-go-wine package to vintner, bump to 0.2.0

Upstream rebranded to vintner (github.com/Cheviiot/vintner) and
cut a new release with WDK driver-build support, short command
aliases, and English/Russian CLI localization. Updates the package
directory, Staplerfile (name, urls, checksums, replaces), catalog
entry in README.md, and the two tools/ scripts that hardcode the
package name list.
This commit is contained in:
Александр
2026-07-25 04:06:07 +10:00
parent 5dc78222f6
commit 91fe77b794
8 changed files with 85 additions and 74 deletions
+2 -2
View File
@@ -13,7 +13,6 @@ readonly -a PACKAGES=(
fisher
github-desktop
happ
msvc-go-wine
netbird
nivora-cli
opencode
@@ -22,6 +21,7 @@ readonly -a PACKAGES=(
tailscale
telegram-desktop
ventoy
vintner
vual
yandex-browser-stable
)
@@ -228,7 +228,6 @@ latest_version() {
github_latest_release desktop/desktop | sed 's/^release-//'
;;
happ) github_latest_release Happ-proxy/happ-desktop ;;
msvc-go-wine) github_latest_release Cheviiot/msvc-go-wine ;;
netbird) github_latest_release netbirdio/netbird ;;
nivora-cli) current_version nivora-cli ;;
opencode) github_latest_release anomalyco/opencode ;;
@@ -237,6 +236,7 @@ latest_version() {
tailscale) latest_tailscale ;;
telegram-desktop) github_latest_release telegramdesktop/tdesktop ;;
ventoy) github_latest_release ventoy/Ventoy ;;
vintner) github_latest_release Cheviiot/vintner ;;
vual) github_latest_release Cheviiot/Vual ;;
yandex-browser-stable) latest_yandex_browser ;;
*) die "unknown package: $1" ;;
+1 -1
View File
@@ -23,7 +23,6 @@ EXPECTED_PACKAGES = (
"fisher",
"github-desktop",
"happ",
"msvc-go-wine",
"netbird",
"nivora-cli",
"opencode",
@@ -32,6 +31,7 @@ EXPECTED_PACKAGES = (
"tailscale",
"telegram-desktop",
"ventoy",
"vintner",
"vual",
"yandex-browser-stable",
)