Skip to content

Commit

Permalink
Auto-versioned: bun.hcl ftl.hcl go-size-analyzer.hcl goreleaser.hcl o…
Browse files Browse the repository at this point in the history
…llama.hcl psqldef.hcl ruby.hcl swc.hcl
  • Loading branch information
github-actions[bot] committed Jul 14, 2024
1 parent f4bf873 commit c37ffb7
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 8 deletions.
5 changes: 4 additions & 1 deletion bun.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version "0.1.8" "0.1.8" "0.1.9" "0.1.10" "0.1.11" "0.1.13" "0.2.0" "0.2.1" "0.2.
"1.0.23" "1.0.24" "1.0.25" "1.0.26" "1.0.27" "1.0.28" "1.0.29" "1.0.30" "1.0.31"
"1.0.32" "1.0.33" "1.0.35" "1.0.36" "1.1.0" "1.1.1" "1.1.2" "1.1.3" "1.1.4" "1.1.5"
"1.1.6" "1.1.7" "1.1.8" "1.1.9" "1.1.10" "1.1.12" "1.1.13" "1.1.15" "1.1.16" "1.1.17"
"1.1.18" "1.1.19" {
"1.1.18" "1.1.19" "1.1.20" {
auto-version {
github-release = "oven-sh/bun"
version-pattern = "bun-v(.*)"
Expand Down Expand Up @@ -298,4 +298,7 @@ sha256sums = {
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.19/bun-darwin-aarch64.zip": "fb5da11d812799027b97ea713ed93f33b6002ef38e7f0f8dedd27c67113c306a",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.19/bun-darwin-x64.zip": "42aa38e0be0e0cf27d9176b527dffe51dd7fcf663eda53df15611caa7895e177",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.19/bun-linux-x64.zip": "ed7da85fe61c00402d9aec1ce42011ae85af8968d8f57d9ad87300c1cf1a560b",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.20/bun-darwin-aarch64.zip": "12bbad8e25c18c2f460ef6f4177f4081b6ec4a8eb3851ce90c4bc3a2bff145b2",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.20/bun-linux-x64.zip": "6cb70ad0349a2cecc94ab2113cd1d07a5779aae77c71cab1cf20c881ac0c0775",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.20/bun-darwin-x64.zip": "34896934455325d7112af25b6b22253329040353c321c1e3d2e8418d7d315aa7",
}
6 changes: 5 additions & 1 deletion ftl.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ version "0.39.0" "0.41.1" "0.42.0" "0.43.5" "0.46.1" "0.47.0" "0.53.0" "0.53.3"
"0.243.2" "0.246.0" "0.248.0" "0.249.0" "0.253.1" "0.255.3" "0.255.9" "0.256.0"
"0.256.1" "0.256.2" "0.258.0" "0.261.1" "0.263.0" "0.264.3" "0.265.3" "0.266.1"
"0.268.3" "0.271.3" "0.271.5" "0.271.7" "0.272.0" "0.273.0" "0.276.2" "0.276.7"
"0.280.1" "0.280.2" "0.280.3" "0.281.6" "0.282.1" "0.285.2" "0.289.0" "0.292.2" {
"0.280.1" "0.280.2" "0.280.3" "0.281.6" "0.282.1" "0.285.2" "0.289.0" "0.292.2"
"0.292.3" {
auto-version {
github-release = "TBD54566975/ftl"
}
Expand Down Expand Up @@ -600,4 +601,7 @@ sha256sums = {
"https://github.com/TBD54566975/ftl/releases/download/v0.292.2/ftl-0.292.2.darwin-amd64.tar.gz": "97f161df329dcfff3bfff9341211061a1c74822eee3c4509403d82c6500feb20",
"https://github.com/TBD54566975/ftl/releases/download/v0.292.2/ftl-0.292.2.linux-amd64.tar.gz": "8bbf483f06c00de15a29e608f62bdc1b868bc6f70b2a723a41274225151c53e2",
"https://github.com/TBD54566975/ftl/releases/download/v0.292.2/ftl-0.292.2.darwin-arm64.tar.gz": "fd6b3f1bfabf1e4a7ccf865a67877913ca2053158e04f1d9d269665d4557006e",
"https://github.com/TBD54566975/ftl/releases/download/v0.292.3/ftl-0.292.3.linux-amd64.tar.gz": "5019309f6b829eb090525a044d8e36d0d5338eb7d900ce7ffb97b0e295a5e749",
"https://github.com/TBD54566975/ftl/releases/download/v0.292.3/ftl-0.292.3.darwin-arm64.tar.gz": "5a078051150eff55ef72e5b60f8a81008932aad69001675b2a2a142c109c55e3",
"https://github.com/TBD54566975/ftl/releases/download/v0.292.3/ftl-0.292.3.darwin-amd64.tar.gz": "b968e2670f4ef6dfc0ad7113956453319814a68b3b0657c26452bf45234652a0",
}
5 changes: 4 additions & 1 deletion go-size-analyzer.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source = "https://github.com/Zxilly/go-size-analyzer/releases/download/v${versio

version "1.0.4" "1.0.6" "1.0.8" "1.0.9" "1.0.10" "1.0.11" "1.0.13" "1.1.0" "1.2.0"
"1.2.2" "1.2.3" "1.3.1" "1.3.2" "1.3.3" "1.3.4" "1.3.5" "1.3.8" "1.3.9" "1.3.10"
"1.3.11" "1.3.12" "1.3.13" "1.3.14" "1.4.0" "1.4.1" "1.4.2" {
"1.3.11" "1.3.12" "1.3.13" "1.3.14" "1.4.0" "1.4.1" "1.4.2" "1.4.3" {
auto-version {
github-release = "Zxilly/go-size-analyzer"
}
Expand Down Expand Up @@ -89,4 +89,7 @@ sha256sums = {
"https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.2/go-size-analyzer_darwin_arm64.tar.gz": "3d316740e1e9125480d70c44842496ade29ce6ab34c06807e785772b78310002",
"https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.2/go-size-analyzer_darwin_amd64.tar.gz": "3be743eaaa3238cc729c149f59cc06a47272463f7234e55b5e2ca63f168870fa",
"https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.2/go-size-analyzer_linux_amd64.tar.gz": "a18df83dd1f0e30807fbb9a59cbef857b87a019c6c252b6e41f05b0e7946924e",
"https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.3/go-size-analyzer_linux_amd64.tar.gz": "7ab5f0ffbb51e77be3e62f6d5cdfc7daf08abbcbf63726c34266f717dbc23900",
"https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.3/go-size-analyzer_darwin_amd64.tar.gz": "6e3e2b2d6d759bf7a153cbcbd23da47551e3c325fc49b584e481d1947d8fea0e",
"https://github.com/Zxilly/go-size-analyzer/releases/download/v1.4.3/go-size-analyzer_darwin_arm64.tar.gz": "7484a0023c502e063ecba7a41c12d3dff24923f537d85887d9038ddd49c3e01d",
}
4 changes: 3 additions & 1 deletion goreleaser.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version "0.182.0" "0.182.1" "0.183.0" "0.184.0" "1.0.0" "1.1.0" "1.2.2" "1.2.3"
"1.14.0" "1.14.1" "1.15.0" "1.15.2" "1.16.0" "1.16.1" "1.16.2" "1.17.0" "1.17.1"
"1.17.2" "1.18.1" "1.18.2" "1.19.1" "1.19.2" "1.20.0" "1.21.0" "1.21.1" "1.21.2"
"1.22.0" "1.22.1" "1.23.0" "1.24.0" "1.25.0" "1.25.1" "1.26.0" "1.26.1" "1.26.2"
"2.0.0" "2.0.1" {
"2.0.0" "2.0.1" "2.1.0" {
source = "https://github.com/goreleaser/goreleaser/releases/download/v${version}/goreleaser_${os}_x86_64.tar.gz"

platform "darwin" {
Expand Down Expand Up @@ -220,4 +220,6 @@ sha256sums = {
"https://github.com/goreleaser/goreleaser/releases/download/v2.0.0/goreleaser_darwin_all.tar.gz": "56f692da255b4f5de13f82d68373a4af3906892423527457b279d6128b414332",
"https://github.com/goreleaser/goreleaser/releases/download/v2.0.1/goreleaser_linux_x86_64.tar.gz": "48cea4e770468c85d3ee11e6c2fb7b59af9f28080781d47c48c59ba95b2eb86b",
"https://github.com/goreleaser/goreleaser/releases/download/v2.0.1/goreleaser_darwin_all.tar.gz": "805c8c836ba6db639ddbcb3bcee7c3daa8d479a189691530f07228563cbbf079",
"https://github.com/goreleaser/goreleaser/releases/download/v2.1.0/goreleaser_linux_x86_64.tar.gz": "4d4fb316acb3f5dfd45c7cd426f6120f8a294cb752d6cff46ad9b771f22f6f0d",
"https://github.com/goreleaser/goreleaser/releases/download/v2.1.0/goreleaser_darwin_all.tar.gz": "2efac3de488641dceae3d35142ec942fa023436ba3c9f2722c5d13a3442e821a",
}
4 changes: 3 additions & 1 deletion ollama.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ platform "linux" {
}

version "0.1.38" "0.1.39" "0.1.40" "0.1.41" "0.1.42" "0.1.43" "0.1.44" "0.1.45"
"0.1.46" "0.1.47" "0.1.48" "0.2.0" "0.2.1" "0.2.2" {
"0.1.46" "0.1.47" "0.1.48" "0.2.0" "0.2.1" "0.2.2" "0.2.5" {
auto-version {
github-release = "ollama/ollama"
}
Expand Down Expand Up @@ -70,4 +70,6 @@ sha256sums = {
"https://github.com/ollama/ollama/releases/download/v0.2.1/ollama-darwin": "be7c32bdd31b817c13170e8dfe67cb20061fa3473308af834ffef98b38bea5e5",
"https://github.com/ollama/ollama/releases/download/v0.2.2/ollama-darwin": "d53ee81b5b7dcede00e8e53bcc6203493b7bf44fa8fd10dd7650e2cd87574924",
"https://github.com/ollama/ollama/releases/download/v0.2.2/ollama-linux-amd64": "a137a5f319b7c6d23c6a4ae9de3070859232ed720e91b4004e57d902ba55e7fd",
"https://github.com/ollama/ollama/releases/download/v0.2.5/ollama-darwin": "73d36ddafbd4e02ce172d048a29948e69fc86a9760901f8d9cdebf077ff447f1",
"https://github.com/ollama/ollama/releases/download/v0.2.5/ollama-linux-amd64": "088342a84ee86d0fa758c3c4cb6d8a11c4e844e2c8daa60514d5fdc5561ea88a",
}
5 changes: 4 additions & 1 deletion psqldef.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ platform "linux" {
version "0.15.22" "0.15.23" "0.15.24" "0.15.25" "0.15.26" "0.15.27" "0.16.0" "0.16.1"
"0.16.2" "0.16.3" "0.16.5" "0.16.6" "0.16.7" "0.16.8" "0.16.9" "0.16.10" "0.16.12"
"0.16.13" "0.16.14" "0.16.15" "0.17.1" "0.17.2" "0.17.4" "0.17.5" "0.17.6" "0.17.7"
"0.17.8" "0.17.9" "0.17.10" "0.17.11" {
"0.17.8" "0.17.9" "0.17.10" "0.17.11" "0.17.13" {
auto-version {
github-release = "k0kubun/sqldef"
}
Expand Down Expand Up @@ -110,4 +110,7 @@ sha256sums = {
"https://github.com/k0kubun/sqldef/releases/download/v0.17.11/psqldef_darwin_arm64.zip": "8fc30de14584f71c51c0ed9bd4540029a2b0d159b0840b79a387a5523fc0a158",
"https://github.com/k0kubun/sqldef/releases/download/v0.17.11/psqldef_linux_amd64.tar.gz": "6f3eda314f932cf67fd22fb7206515422775d2f49675cd3cd91d339723f52b88",
"https://github.com/k0kubun/sqldef/releases/download/v0.17.11/psqldef_darwin_amd64.zip": "f1e903339551769703d7cc73f7eb8558fb3a42775f5a9c5437845f0a884cbb3d",
"https://github.com/k0kubun/sqldef/releases/download/v0.17.13/psqldef_linux_amd64.tar.gz": "c13bad1439213883f2a31ad67167d9e2f84f167861b898b51cffcf0a5fd21fce",
"https://github.com/k0kubun/sqldef/releases/download/v0.17.13/psqldef_darwin_arm64.zip": "fb18fa56f0b19b45d9462cb6bb21926b1efa088ec686b5631c869a2065af839e",
"https://github.com/k0kubun/sqldef/releases/download/v0.17.13/psqldef_darwin_amd64.zip": "3b9ee541b321bcc65cfe6783c5a21d18bcdf783f90d378a70c4d3e44bc5c1bc3",
}
5 changes: 4 additions & 1 deletion ruby.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platform "linux" "amd64" {
source = "https://github.com/Homebrew/homebrew-portable-ruby/releases/download/${version}/portable-ruby-${version}.x86_64_linux.bottle.tar.gz"
}

version "2.6.8_1" "2.6.10" "2.6.10_1" "3.1.4" "3.3.1" "3.3.2" "3.3.3" {
version "2.6.8_1" "2.6.10" "2.6.10_1" "3.1.4" "3.3.1" "3.3.2" "3.3.3" "3.3.4" {
auto-version {
github-release = "Homebrew/homebrew-portable-ruby"
}
Expand Down Expand Up @@ -47,4 +47,7 @@ sha256sums = {
"https://github.com/Homebrew/homebrew-portable-ruby/releases/download/3.3.3/portable-ruby-3.3.3.el_capitan.bottle.tar.gz": "a5ef040e054444a0eb2cbcc1032fed14702dfbe2e55b25e609f3ce643f23c4ee",
"https://github.com/Homebrew/homebrew-portable-ruby/releases/download/3.3.3/portable-ruby-3.3.3.arm64_big_sur.bottle.tar.gz": "49847c7a13f7094b211f6d0025900dd23716be07dac894a3d6941d7696296306",
"https://github.com/Homebrew/homebrew-portable-ruby/releases/download/3.3.3/portable-ruby-3.3.3.x86_64_linux.bottle.tar.gz": "40a1dbc25bb1a8bbdf0bba53d3f16c45416be12d4c6d48b4530f90b2a77d64ce",
"https://github.com/Homebrew/homebrew-portable-ruby/releases/download/3.3.4/portable-ruby-3.3.4.el_capitan.bottle.tar.gz": "a37578bcc3b57e02bcf72ad853ee493ebf6f042755c4eb922c6cb8c1a905b807",
"https://github.com/Homebrew/homebrew-portable-ruby/releases/download/3.3.4/portable-ruby-3.3.4.x86_64_linux.bottle.tar.gz": "44a5a8e4c5e4f74a346e50232c13b2ec54a72d8cb5d8ebc6965a197eefc9b03f",
"https://github.com/Homebrew/homebrew-portable-ruby/releases/download/3.3.4/portable-ruby-3.3.4.arm64_big_sur.bottle.tar.gz": "1e64d7393d6bed090ebd892514457a10a2066682693eaade7d4a25568fa35312",
}
5 changes: 4 additions & 1 deletion swc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ version "1.3.26" "1.3.27" "1.3.28" "1.3.31" "1.3.32" "1.3.34" "1.3.35" "1.3.36"
"1.5.5-nightly-20240507.1" "1.5.5" "1.5.6-nightly-20240511.1" "1.5.6" "1.5.7"
"1.5.8-nightly-20240516.1" "1.5.8-nightly-20240516.2" "1.5.29" "1.5.30-nightly-20240614.2" "1.6.0"
"1.6.1" "1.6.3" "1.6.4" "1.6.5" "1.6.6" "1.6.7-nightly-20240703.2" "1.6.7"
"1.6.8-nightly-20240704.3" "1.6.8-nightly-20240706.1" "1.6.13" {
"1.6.8-nightly-20240704.3" "1.6.8-nightly-20240706.1" "1.6.13" "1.7.0-nightly-20240713.1" {
auto-version {
github-release = "swc-project/swc"
}
Expand Down Expand Up @@ -642,4 +642,7 @@ sha256sums = {
"https://github.com/swc-project/swc/releases/download/v1.6.13/swc-darwin-x64": "ec857845128bac154cf23be29b147edc1185b8ace527b4f6e90533bd10c57970",
"https://github.com/swc-project/swc/releases/download/v1.6.13/swc-darwin-arm64": "23a71d3156f0189bdf031e678397035031d9310ef526ff193a785ba1f65ac42c",
"https://github.com/swc-project/swc/releases/download/v1.6.13/swc-linux-x64-musl": "039eb89bd15fc788bd2d0309e4c8124b773473e27de5ad9f85653823e96e792c",
"https://github.com/swc-project/swc/releases/download/v1.7.0-nightly-20240713.1/swc-darwin-arm64": "cbe96d8223de422ec5228a14ae95814cba55c3a1941216c2f07cf833245c7f4a",
"https://github.com/swc-project/swc/releases/download/v1.7.0-nightly-20240713.1/swc-darwin-x64": "b015ef967f78cb3e6d61f0386cec83ea9f848bff62585a4d23aa85a90cc21157",
"https://github.com/swc-project/swc/releases/download/v1.7.0-nightly-20240713.1/swc-linux-x64-musl": "986b38fb4a524fc59a54a274ebc6e95e79a4d3a8ebeac8a10926ce06e14a4489",
}

0 comments on commit c37ffb7

Please sign in to comment.