Tauri_cli 2.5.0 => 2.9.4 (#13524)

This commit is contained in:
Ed Reel
2025-11-19 16:50:09 -06:00
committed by GitHub
parent f378500049
commit ea443e304a
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1,2 @@
# Total size: 19000992
/usr/local/bin/tauri

View File

@@ -3,12 +3,12 @@ require 'package'
class Tauri_cli < Package
description 'Build smaller, faster, and more secure desktop and mobile applications with a web frontend.'
homepage 'https://tauri.app/'
version '2.5.0'
version '2.9.4'
license 'Apache-2.0, MIT'
compatibility 'x86_64'
min_glibc '2.29'
source_url "https://github.com/tauri-apps/tauri/releases/download/tauri-cli-v#{version}/cargo-tauri-x86_64-unknown-linux-gnu.tgz"
source_sha256 '4ef86eb8bb53a9ec096a0ee3c406bfeaa8c371902877ee77313b6f9656f0b263'
source_sha256 '7889c6722ff7caa8dac0a0acaae505561df4a93e12e8985feea7ccaf3fc2b221'
no_compile_needed