Skip to content

Commit

Permalink
Merge pull request Homebrew#164919 from Porkepix/bump-pqiv-2.13
Browse files Browse the repository at this point in the history
pqiv 2.13
  • Loading branch information
BrewTestBot authored Mar 3, 2024
2 parents 26f5db6 + d079dcd commit e41e649
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Formula/p/pqiv.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
class Pqiv < Formula
desc "Powerful image viewer with minimal UI"
homepage "https://github.com/phillipberndt/pqiv"
url "https://github.com/phillipberndt/pqiv/archive/refs/tags/2.12.tar.gz"
sha256 "1538128c88a70bbad2b83fbde327d83e4df9512a2fb560eaf5eaf1d8df99dbe5"
license "GPL-3.0"
revision 7
url "https://github.com/phillipberndt/pqiv/archive/refs/tags/2.13.tar.gz"
sha256 "5dfe9272460edcc50e512dd3fec5eae6e2344dccd35ef6ee95fb747458dd5e9d"
license "GPL-3.0-or-later"
head "https://github.com/phillipberndt/pqiv.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "217d3090865e9025455c77e862502ed8f1ee31b3d7b0bf6961f75bd34cb70756"
sha256 cellar: :any, arm64_ventura: "e39d81dd7fcb76f083f48439717b161df7be05ea5a0291d94e43a40dddd3ee17"
sha256 cellar: :any, arm64_monterey: "c8354961734f265d90289e333fcaaf97c25516793cdc51dabf1b82428dd26511"
sha256 cellar: :any, sonoma: "d45e087f18057e0d7508d538e1351e6ede602eb8a2825bec6c8198ff166f5453"
sha256 cellar: :any, ventura: "1d6db02f4f7052a4ee917753d76d565a3acccb8dc524049ab3b7caf4ded681ea"
sha256 cellar: :any, monterey: "f581b467a32731ff9260edef665a94f5ab00545349bd75ab429ddae97b9bfc4f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b4f576c256f35cdbd95c9a652592bc8da8f63727a27345c9d1a21d1effc24e0"
sha256 cellar: :any, arm64_sonoma: "64ed8d69732b2089fda1b093211dda4331cda4af45bb599be4f736393c7d896e"
sha256 cellar: :any, arm64_ventura: "dad1306c3bcdbabab4c7b1aa823f79c0d2b6e66c9753e8576d4184ae68899879"
sha256 cellar: :any, arm64_monterey: "4b7d46d5aea5d3c0d5f68c9d3a60baf5d3e54ba1c5d4e77470cd5dd0ccedb228"
sha256 cellar: :any, sonoma: "09d8b03ca42ce173505ca01652a6228a01b183c67b7b979d828757cb17f15d90"
sha256 cellar: :any, ventura: "6a72503091cb5fea9a0c7f51e1f1ac9d6c6d1d7da0a5c1f4db7e4b3aca9865ea"
sha256 cellar: :any, monterey: "94b2b92f30c8fd6755fd83a3743d4aa890f660e35b8080c5fc3fd91832ac266d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b939a096a5dd8f49fe2da29db4b40b82d6b8a99f63c8f64342c1ad99d7089c6"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit e41e649

Please sign in to comment.