|
1 | 1 | class Pocketbase < Formula |
2 | 2 | desc "Open source backend for your next project in 1 file" |
3 | 3 | homepage "https://pocketbase.io/" |
4 | | - url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.26.5.tar.gz" |
5 | | - sha256 "cbed66483a180507149a4eb34ebad9a7f61b836e38d20ab64689de9a2cda3ee4" |
| 4 | + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.26.6.tar.gz" |
| 5 | + sha256 "1b2294986abc8c4cb9554650b7809f9e5fd7c61f3b24ecc011dbb48dc31bd162" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f3b789d65f9e1144816e81cf4d8b6cb5cccfb7de2feac3ee29bae7a839e942d" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f3b789d65f9e1144816e81cf4d8b6cb5cccfb7de2feac3ee29bae7a839e942d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "3f3b789d65f9e1144816e81cf4d8b6cb5cccfb7de2feac3ee29bae7a839e942d" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "8ab592efb5dc4bb3d6755ba278b9af732d1a4a955e51e95be4a46288f2742562" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "8ab592efb5dc4bb3d6755ba278b9af732d1a4a955e51e95be4a46288f2742562" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "dcce0f804721fe53db8c91cdfd1fa460192e3548743c194af6346cfbc5686bdc" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9becd680737c6bd08aaf07222c3c8617ead4637d85125b3d3d89492f9d050ff8" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9becd680737c6bd08aaf07222c3c8617ead4637d85125b3d3d89492f9d050ff8" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "9becd680737c6bd08aaf07222c3c8617ead4637d85125b3d3d89492f9d050ff8" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "b59f3c881232fc72585bb4185bcbb3dbeb60b682e9e55ca9642b4fd6e732c1e8" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "b59f3c881232fc72585bb4185bcbb3dbeb60b682e9e55ca9642b4fd6e732c1e8" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d19dbe20005227cf09da399508146265ddda9c69663959b6e7e3efc8fba7bc8e" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments