Skip to content

Commit

Permalink
Merge pull request Homebrew#200934 from Homebrew/bump-joplin-cli-3.2.2
Browse files Browse the repository at this point in the history
joplin-cli 3.2.2
  • Loading branch information
BrewTestBot authored Dec 13, 2024
2 parents 115c98f + a215b63 commit e0eb281
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
17 changes: 8 additions & 9 deletions Formula/j/joplin-cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
class JoplinCli < Formula
desc "Note taking and to-do application with synchronization capabilities"
homepage "https://joplinapp.org/"
url "https://registry.npmjs.org/joplin/-/joplin-3.0.1.tgz"
sha256 "86217bd4b98a6a9e6b31ee3c716f6f83e2b90ff600bc436b47a428842494b5d4"
url "https://registry.npmjs.org/joplin/-/joplin-3.2.2.tgz"
sha256 "46cda9164f1e20c2ea451fa12398532fbbeb421a9bcdf275ac220f4163f75da5"
license "MIT"

bottle do
rebuild 2
sha256 arm64_sequoia: "ef52961768cf19e1ae2b2fe9ae69e0d45e55fd06eae126e3cedfb19bc8f8ddf1"
sha256 arm64_sonoma: "87e1f9bd03fa1eca5a6680739cd6cbd76872750194dca1bdba2593e3e8addf52"
sha256 arm64_ventura: "25fc7404867f2ea85f84a37ce14bb81eee7d3f4e4eabfd0db0be60e3b1a6910d"
sha256 sonoma: "dd3f5f4c75acb229cd3145a733ede897363144e029845b3a50193e460012e1ff"
sha256 ventura: "cb4c150b0a7ec1fecc06804fe287d863d9f80e6ad734a914258f4d7fd9a1b6be"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b1f734064440c1e742dbeb9bc55c4f633c1393783b70fc88deec51a990abeeb"
sha256 arm64_sequoia: "9fb6115ba720d86c13274d26ae70de7f41193f03b3e33d4732e369b8d7d12438"
sha256 arm64_sonoma: "4f970ffbf4f5a913f15b76f3f69f991e18f557251a047ac3ab2207d7f4186a4a"
sha256 arm64_ventura: "a3611669daf544c463ef4ed5f7345e907d61f30cb0faa16bae76f5cc275b1254"
sha256 sonoma: "e08b770b0c9c9ad238a7385286a3470c9683c2651b839172c270f100115e1e53"
sha256 ventura: "116677217ea988081c9e828ef17b43938e7378fd97166d7dc678c7e476a4bac6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "284ad0fcb8c24fe4c4302ea5204b7c22fc09068dadde6315b12a0d4e8a5c18af"
end

depends_on "pkgconf" => :build
Expand Down
14 changes: 8 additions & 6 deletions Formula/v/vips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ class Vips < Formula
end

bottle do
sha256 arm64_sequoia: "3b90ba29d5d55d92ba0edd25b8090b8ee32bb3445c4ba80ef18a1639d1d68d1e"
sha256 arm64_sonoma: "e532c9d87946242e7f5aa2478232521020a64887187a070d8da7ad5d9a7f1852"
sha256 arm64_ventura: "8b3455bdcd2487585a1af0e4aec46f1aab504fbffffc5a7c381666bbb1e17b11"
sha256 sonoma: "210f56748403e9ae47a8972322272c8718c0a4baabfc38ce1e021b5d29187bf9"
sha256 ventura: "9e8f38efa15c093fb2b861ec7696d0b8a244b30ce1a1a327fedff5bffe707034"
sha256 x86_64_linux: "faa60367d98711a92e578569cb34323946fe6a40cdb258a6aaa41b39fe8314dd"
rebuild 1
sha256 arm64_sequoia: "a29f5e97a297ea093c4a1516b76b44d389c6c08e213721beea24d38a77f644fe"
sha256 arm64_sonoma: "03caa719e0ae47c6461ff1c4415c62b3cb7b4f06d7ce364d78c9d64477123fed"
sha256 arm64_ventura: "61345da3c9e08dd0d9ac3babd74d6f95c21fa565918a75bec92fe642f9a9ac76"
sha256 sonoma: "93c1dc1ec9f93f931db8b1a214f0ad80383564c293d3e8f75b3c8a5719dfcff5"
sha256 ventura: "83d9c9fb4e55d6c6912d97a24a6d672271748cfebb2070362991c718ab718bc2"
sha256 x86_64_linux: "66b79e1b3205a38c5ee6dfdf7846a73a8c323aa235fb3024a0a45281d9d65140"
end

depends_on "gobject-introspection" => :build
Expand Down Expand Up @@ -57,6 +58,7 @@ class Vips < Formula
def install
# mozjpeg needs to appear before libjpeg, otherwise it's not used
ENV.prepend_path "PKG_CONFIG_PATH", Formula["mozjpeg"].opt_lib/"pkgconfig"
ENV.prepend_path "PKG_CONFIG_PATH", Formula["cfitsio"].opt_lib/"pkgconfig"

system "meson", "setup", "build", *std_meson_args
system "meson", "compile", "-C", "build", "--verbose"
Expand Down

0 comments on commit e0eb281

Please sign in to comment.