diff --git a/manifests/trigger-command/trigger-command.json b/manifests/trigger-command/trigger-command.json index f85f15a..5cc1b54 100644 --- a/manifests/trigger-command/trigger-command.json +++ b/manifests/trigger-command/trigger-command.json @@ -1,39 +1,39 @@ { "name": "trigger-command", "description": "A Spin trigger that executes the WASI main function of a component.", - "version": "0.3.1", + "version": "0.3.2", "spinCompatibility": ">=2.0", "license": "Apache-2.0", "packages": [ { "os": "macos", "arch": "aarch64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-macos-aarch64.tar.gz", - "sha256": "e0b4ff6f081a73b6ddddcbb1b178103fcdf426d8a026a84407079b0200f66ed7" + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.2/trigger-command-0.3.2-macos-aarch64.tar.gz", + "sha256": "638241e35b065e181cd87b7f2d7163ddb7c299e5992c4420f217972c51a46090" }, { "os": "linux", "arch": "amd64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-linux-amd64.tar.gz", - "sha256": "68583d5e0c564a2bb752afd858685dfb5cde3650fd7156cf13cefd32855ac3dd" + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.2/trigger-command-0.3.2-linux-amd64.tar.gz", + "sha256": "ed5dc94f9b1b935684f1ef0bf7efec610cd877590e2a12433323469461c72290" }, { "os": "macos", "arch": "amd64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-macos-amd64.tar.gz", - "sha256": "304b0619160c135985630a14f759a1387d3e06a31eec0413b00fcb9c8fca2ce7" + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.2/trigger-command-0.3.2-macos-amd64.tar.gz", + "sha256": "e4b7c78247890c67718183e896d47d84fa5d5b52e53bfecbf33ab007ab3f6540" }, { "os": "linux", "arch": "aarch64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-linux-aarch64.tar.gz", - "sha256": "e74abf4166389cd7997c8c5c62b91d1275ec46e472976e32a9e73ac01c74a451" + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.2/trigger-command-0.3.2-linux-aarch64.tar.gz", + "sha256": "87809aca568009fcd90bd50e0e189444915f3a2e33e459f6c9bc46fa466fe769" }, { "os": "windows", "arch": "amd64", - "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-windows-amd64.tar.gz", - "sha256": "5fb5ac1aa7d1cc3c2b246a264e8bce49c2117e50d738afbb94766fc4adc512fd" + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.2/trigger-command-0.3.2-windows-amd64.tar.gz", + "sha256": "2d25b50d8cab4862810b4a82b1cf1a51090cc0a1c7aed48fe454a93670c5ad4a" } ] } diff --git a/manifests/trigger-command/trigger-command@0.3.1.json b/manifests/trigger-command/trigger-command@0.3.1.json new file mode 100644 index 0000000..f85f15a --- /dev/null +++ b/manifests/trigger-command/trigger-command@0.3.1.json @@ -0,0 +1,39 @@ +{ + "name": "trigger-command", + "description": "A Spin trigger that executes the WASI main function of a component.", + "version": "0.3.1", + "spinCompatibility": ">=2.0", + "license": "Apache-2.0", + "packages": [ + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-macos-aarch64.tar.gz", + "sha256": "e0b4ff6f081a73b6ddddcbb1b178103fcdf426d8a026a84407079b0200f66ed7" + }, + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-linux-amd64.tar.gz", + "sha256": "68583d5e0c564a2bb752afd858685dfb5cde3650fd7156cf13cefd32855ac3dd" + }, + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-macos-amd64.tar.gz", + "sha256": "304b0619160c135985630a14f759a1387d3e06a31eec0413b00fcb9c8fca2ce7" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-linux-aarch64.tar.gz", + "sha256": "e74abf4166389cd7997c8c5c62b91d1275ec46e472976e32a9e73ac01c74a451" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/fermyon/spin-trigger-command/releases/download/v0.3.1/trigger-command-0.3.1-windows-amd64.tar.gz", + "sha256": "5fb5ac1aa7d1cc3c2b246a264e8bce49c2117e50d738afbb94766fc4adc512fd" + } + ] +}