Skip to content

Commit

Permalink
Merge pull request #178870 from Homebrew/bump-presenterm-0.8.0
Browse files Browse the repository at this point in the history
presenterm 0.8.0
  • Loading branch information
BrewTestBot authored Jul 29, 2024
2 parents 33151bd + 3bcbd88 commit 57956ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/presenterm.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Presenterm < Formula
desc "Terminal slideshow tool"
homepage "https://github.com/mfontanini/presenterm"
url "https://github.com/mfontanini/presenterm/archive/refs/tags/v0.7.0.tar.gz"
sha256 "6a1fcaef8ba7039f4d907083ea42c9b9a100ed2f4d0fb300a11c6f04e17540da"
url "https://github.com/mfontanini/presenterm/archive/refs/tags/v0.8.0.tar.gz"
sha256 "6462153e549124a70660eba2a47072f261dbca381639d929d1b49d1c08692b60"
license "BSD-2-Clause"
head "https://github.com/mfontanini/presenterm.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4552aec89cd3e2c3fc0fe4cbb4c31ded26545c3b521b3b60eee8da5962f30473"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ac6b6e2cfc915f331a50b3c1909c1a959b8465149d5d4c4bbed9e97cd41924c1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a2b0e0a522ac3e1aaa980728930b6ff82c862de59217bcc7bb235186912f2e30"
sha256 cellar: :any_skip_relocation, sonoma: "f986f9fedacd6bb4a725eba2f03b58faaa9dbc7ded922e1df7599455c8fe25ad"
sha256 cellar: :any_skip_relocation, ventura: "ad93bb47cdb48bd1d9e4c3fc97532f67466245ea53e9fa460567a517ec1cfbb9"
sha256 cellar: :any_skip_relocation, monterey: "e7edbb8753bb9b087a3b7fcbd74c5b7f1be904c4e4adc0a154b28afdf66f3226"
sha256 cellar: :any_skip_relocation, x86_64_linux: "efd785c8248f1ecb8d29aa6b6f30522392bf6e8f441d735811ba88738e252a0e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "09121d4eb2a43298676eb503ff5e468404e5875c283c3031cdf6bda94b191204"
sha256 cellar: :any_skip_relocation, arm64_ventura: "be6b4464439ce42b861a02c26ad20ecc12133118d3f0168bc9a3959401f9cdc4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "777bf8e85cfc6ea21f2643ec421743f474b39aeb0c0fcc4bb1b944d46b5699e4"
sha256 cellar: :any_skip_relocation, sonoma: "33f451d6afce138f071db6db0dc42e806d4aabb977415805c35f44e7d283b0a1"
sha256 cellar: :any_skip_relocation, ventura: "7003bc96d8db291f8f1164384738345db19fd0341db390dc645b0f367d3a6fa7"
sha256 cellar: :any_skip_relocation, monterey: "d839959646015d2390bc920ef0a7e2e644bcd3117303ab9ba6929df261c9aac7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b075bfb4848885c7435c47241fcef585930efa5e5f2e81b08f28361feca65b64"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 57956ad

Please sign in to comment.