diff --git a/manifests/pluginify/pluginify.json b/manifests/pluginify/pluginify.json index 183be21..d62727b 100644 --- a/manifests/pluginify/pluginify.json +++ b/manifests/pluginify/pluginify.json @@ -1,39 +1,39 @@ { "name": "pluginify", "description": "Package Spin plugins for faster iteration", - "version": "0.6.0", + "version": "0.7.0", "spinCompatibility": ">=0.7", "license": "Apache-2.0", "packages": [ { - "os": "macos", + "os": "windows", "arch": "amd64", - "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-macos-x86_64.tar.gz", - "sha256": "bda2463d2e8f77c26c1d1db4cc0aad4e78dc89be6fe5790af3b59eecee4e31d8" + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.7.0/pluginify-0.7.0-windows-x86_64.tar.gz", + "sha256": "4745937ef34b7308d8b9ac08658aef4a386a9fde874a8b1f3457dea873974975" }, { - "os": "linux", + "os": "macos", "arch": "amd64", - "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-linux-x86_64.tar.gz", - "sha256": "9e35563449d69e8b6bff6592c28d0b16607275ce749e8723e65605304f536198" + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.7.0/pluginify-0.7.0-macos-x86_64.tar.gz", + "sha256": "3e5aacf18f2ff58e5791356350754ccb5174538755de73deb898b0ec2a5f6f66" }, { - "os": "windows", + "os": "linux", "arch": "amd64", - "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-windows-x86_64.tar.gz", - "sha256": "46b7776b00b1e2674388352a323fd371888e92219a5f1fe4dec90a013ef018be" + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.7.0/pluginify-0.7.0-linux-x86_64.tar.gz", + "sha256": "76debd00f6c6a6ebd0d771fb8dad9d3e91797da53a935ec343eca4a8e4175ecc" }, { "os": "linux", "arch": "aarch64", - "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-linux-aarch64.tar.gz", - "sha256": "eff85072a1e25ba4712c7757e3e88ff226085568f34b6873cf4ff3fd0363cbe7" + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.7.0/pluginify-0.7.0-linux-aarch64.tar.gz", + "sha256": "382cdd328fc548454ce74355e7dad8024757f594104e51bb25e724764e0f437a" }, { "os": "macos", "arch": "aarch64", - "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-macos-aarch64.tar.gz", - "sha256": "bcfb8583acbd1d776fd6e181e747e421244031ffaa42c8adb22332c370e70c6d" + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.7.0/pluginify-0.7.0-macos-aarch64.tar.gz", + "sha256": "62d7044fbc6429ece0b27ea5a1327b512f90f9375535892f7810d223130fae8c" } ] } diff --git a/manifests/pluginify/pluginify@0.6.0.json b/manifests/pluginify/pluginify@0.6.0.json new file mode 100644 index 0000000..183be21 --- /dev/null +++ b/manifests/pluginify/pluginify@0.6.0.json @@ -0,0 +1,39 @@ +{ + "name": "pluginify", + "description": "Package Spin plugins for faster iteration", + "version": "0.6.0", + "spinCompatibility": ">=0.7", + "license": "Apache-2.0", + "packages": [ + { + "os": "macos", + "arch": "amd64", + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-macos-x86_64.tar.gz", + "sha256": "bda2463d2e8f77c26c1d1db4cc0aad4e78dc89be6fe5790af3b59eecee4e31d8" + }, + { + "os": "linux", + "arch": "amd64", + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-linux-x86_64.tar.gz", + "sha256": "9e35563449d69e8b6bff6592c28d0b16607275ce749e8723e65605304f536198" + }, + { + "os": "windows", + "arch": "amd64", + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-windows-x86_64.tar.gz", + "sha256": "46b7776b00b1e2674388352a323fd371888e92219a5f1fe4dec90a013ef018be" + }, + { + "os": "linux", + "arch": "aarch64", + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-linux-aarch64.tar.gz", + "sha256": "eff85072a1e25ba4712c7757e3e88ff226085568f34b6873cf4ff3fd0363cbe7" + }, + { + "os": "macos", + "arch": "aarch64", + "url": "https://github.com/itowlson/spin-pluginify/releases/download/v0.6.0/pluginify-0.6.0-macos-aarch64.tar.gz", + "sha256": "bcfb8583acbd1d776fd6e181e747e421244031ffaa42c8adb22332c370e70c6d" + } + ] +}