mirror of
https://github.com/Cheviiot/Nivora.git
synced 2026-08-03 15:51:12 +00:00
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:
@@ -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" ;;
|
||||
|
||||
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user