diff --git a/manifest/x86_64/t/tauri_cli.filelist b/manifest/x86_64/t/tauri_cli.filelist index ebf912130..8a7f76060 100644 --- a/manifest/x86_64/t/tauri_cli.filelist +++ b/manifest/x86_64/t/tauri_cli.filelist @@ -1 +1,2 @@ +# Total size: 19000992 /usr/local/bin/tauri diff --git a/packages/tauri_cli.rb b/packages/tauri_cli.rb index 234a95ab2..9c1098af4 100644 --- a/packages/tauri_cli.rb +++ b/packages/tauri_cli.rb @@ -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