|
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.23.6.tar.gz" |
5 | | - sha256 "f6cf797624763f75f9a9ef50884452723daae87f0a5468154122d28118cab0ce" |
| 4 | + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.23.7.tar.gz" |
| 5 | + sha256 "cecaaf84884de0f24042171ef50060d0dbf5b6d14b9080b51963aed1200bdfe4" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "18b822a4385bc2898272fd3956d72c2896aa871cb564f9e8c9ffd55ce9d1d884" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "18b822a4385bc2898272fd3956d72c2896aa871cb564f9e8c9ffd55ce9d1d884" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "18b822a4385bc2898272fd3956d72c2896aa871cb564f9e8c9ffd55ce9d1d884" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "ce9930b16a4970a1bdd0703df750cbb989dd61a41f2b1cf30754f1894839e8ea" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "ce9930b16a4970a1bdd0703df750cbb989dd61a41f2b1cf30754f1894839e8ea" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "eb095df923a6b4893afbe248936e2eb7387d0d3178144c5296261b6faec9f2d2" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cde2100306f23da309e73e6472837e6b1cd02072afc3c6b91391d9789fc527ee" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cde2100306f23da309e73e6472837e6b1cd02072afc3c6b91391d9789fc527ee" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "cde2100306f23da309e73e6472837e6b1cd02072afc3c6b91391d9789fc527ee" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "039c70461f066f4d0c7258ffd0888afc10101f8aec66f87f7aacbb9f22b5347c" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "039c70461f066f4d0c7258ffd0888afc10101f8aec66f87f7aacbb9f22b5347c" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8edd472453a0952a11d9ad0264f15d002a5ef1521726e80756a3d4d796844c1d" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments