1
1
class Mikutter < Formula
2
2
desc "Extensible Twitter client"
3
3
homepage "https://mikutter.hachune.net/"
4
- url "https://mikutter.hachune.net/bin/mikutter-5.0.8 .tar.gz" , using : :homebrew_curl
5
- sha256 "c68f9a7cb7424e69b7f5a6557b884deb120708db5678e51f30f3cbb011c5b51f "
4
+ url "https://mikutter.hachune.net/bin/mikutter-5.1.0 .tar.gz" , using : :homebrew_curl
5
+ sha256 "86c0b30f38fa6e67ed2c9c5b013497b75ef6895f5c53c58eccc708294693c98d "
6
6
license "MIT"
7
- revision 1
8
7
head "git://mikutter.hachune.net/mikutter.git" , branch : "develop"
9
8
10
9
livecheck do
@@ -13,12 +12,12 @@ class Mikutter < Formula
13
12
end
14
13
15
14
bottle do
16
- sha256 cellar : :any , arm64_sequoia : "419a17aa9ee5a8a5d6cbbc11fa1b38c35237b181876b63750f4e89096c20925c "
17
- sha256 cellar : :any , arm64_sonoma : "c43a977714a30074562aca634da3c746b56a46c982a003ed2c91949bbc1dc2d9 "
18
- sha256 cellar : :any , arm64_ventura : "6a199016f5882e5fa980ddc597560e329fb76c8c5648d2ed4dfc59b60c90d8ea "
19
- sha256 cellar : :any , sonoma : "ad1d178fd6c86023243d2e45b08247babcc54d7459434c1ae75e72945c6d1bbc "
20
- sha256 cellar : :any , ventura : "1492fbcebbaaeccf453928132eb04b38a375998e90037b48ae5dee2dc2d430d0 "
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "2cbeb23d9b3659e53039748c3f7bfd1596b58412e99a1380041e18f285f4f4a8 "
15
+ sha256 cellar : :any , arm64_sequoia : "4d124ea4e6a09a0e0f387b8e593abea7ba89d8471b70f77d2b3b3847c1325f69 "
16
+ sha256 cellar : :any , arm64_sonoma : "66c769c4f86d1c8374fa14fcc8366c9e102b323db6a881129b17813fe19d035f "
17
+ sha256 cellar : :any , arm64_ventura : "62ffe37f9d7fe15b8f20a81d623d383c6985edb51d493f432f2d1e6f25968f48 "
18
+ sha256 cellar : :any , sonoma : "045860dc68d0852ee06d6532c8f6dc51a44124f560ceba46cfe559370ee8ff07 "
19
+ sha256 cellar : :any , ventura : "9c7925b113c25fdc2bd54295b081a8b359bfd5a2a0ced9d22626dda4c17bff65 "
20
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "95a729ed83704274712e4803b5fe9c0de3afa33754b404d20e2e62123b735984 "
22
21
end
23
22
24
23
depends_on "at-spi2-core"
@@ -150,6 +149,11 @@ class Mikutter < Formula
150
149
sha256 "71083ccbd67a14a43bfa78d3e4dc0f4b503b9cc18e5b4b1d686dc0f9ef7c4cc0"
151
150
end
152
151
152
+ resource "observer" do
153
+ url "https://rubygems.org/downloads/observer-0.1.2.gem"
154
+ sha256 "d8a3107131ba661138d748e7be3dbafc0d82e732fffba9fccb3d7829880950ac"
155
+ end
156
+
153
157
resource "memoist" do
154
158
url "https://rubygems.org/downloads/memoist-0.16.2.gem"
155
159
sha256 "a52c53a3f25b5875151670b2f3fd44388633486dc0f09f9a7150ead1e3bf3c45"
0 commit comments