1
1
class Qrcp < Formula
2
2
desc "Transfer files to and from your computer by scanning a QR code"
3
3
homepage "https://qrcp.sh"
4
- url "https://github.com/claudiodangelis/qrcp/archive/refs/tags/0 .11.3 .tar.gz"
5
- sha256 "de6a9e29d7c71268e40452abf2f1f593d5d53baa34df5abcb7352ebfd72a952f "
4
+ url "https://github.com/claudiodangelis/qrcp/archive/refs/tags/v0 .11.4 .tar.gz"
5
+ sha256 "d8f860a22fd0a1a450b6f5c449cf4c10a47f1c70ae0196898f866bb7618ec6c7 "
6
6
license "MIT"
7
7
8
8
livecheck do
@@ -11,13 +11,12 @@ class Qrcp < Formula
11
11
end
12
12
13
13
bottle do
14
- rebuild 1
15
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "bfdd2401dc5e9679c88013a07534019ed6f6ed38213edee1dbe434b0db63d03d"
16
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "bfdd2401dc5e9679c88013a07534019ed6f6ed38213edee1dbe434b0db63d03d"
17
- sha256 cellar : :any_skip_relocation , arm64_ventura : "bfdd2401dc5e9679c88013a07534019ed6f6ed38213edee1dbe434b0db63d03d"
18
- sha256 cellar : :any_skip_relocation , sonoma : "8a055f36dc6a4351b00893876def921bd413bbdc479f139dd9b2961a96968523"
19
- sha256 cellar : :any_skip_relocation , ventura : "8a055f36dc6a4351b00893876def921bd413bbdc479f139dd9b2961a96968523"
20
- sha256 cellar : :any_skip_relocation , x86_64_linux : "23530e113b63113b5196d2cecc10df9438edaa37db89d68431bf62c7955c6e99"
14
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "c60d772f6858493e7cf3b1f32e29fa634dece4a22624df5ae6d2ba93172025b0"
15
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "c60d772f6858493e7cf3b1f32e29fa634dece4a22624df5ae6d2ba93172025b0"
16
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "c60d772f6858493e7cf3b1f32e29fa634dece4a22624df5ae6d2ba93172025b0"
17
+ sha256 cellar : :any_skip_relocation , sonoma : "23786e9d1e6633643a2ff886208d483a2da9944bf5adcf0b23c7e01107ae5a33"
18
+ sha256 cellar : :any_skip_relocation , ventura : "23786e9d1e6633643a2ff886208d483a2da9944bf5adcf0b23c7e01107ae5a33"
19
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6f9e828594359fe1fe0ba1ef8ac8390c0969190dbbc622afe2960dbc26f66fbd"
21
20
end
22
21
23
22
depends_on "go" => :build
0 commit comments