Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wp: bump to 1.2.0 #27

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Formula/wp.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Wp < Formula

Check warning on line 1 in Formula/wp.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

No bottle built for wp!

wp has unbottled dependencies, so a bottle will not be built.
desc "Wrapper script for pywal with per-desktop support and other bells and whistles"
homepage "https://github.com/Amar1729/wp"
url "https://github.com/Amar1729/wp/archive/refs/tags/v1.1.7.tar.gz"
sha256 "0b315c8efe5e59a5ec7ce5db66d75bed85a000cfb481fc8c7f52c5c39fc6faee"
url "https://github.com/Amar1729/wp/archive/refs/tags/v1.2.0.tar.gz"
sha256 "ab9af91dde1991f7eb17ceb296bab218ccb163ad23fcf75a2a85a9b071423169"

bottle do
root_url "https://github.com/Amar1729/homebrew-formulae/releases/download/wp-1.1.7"
Expand All @@ -12,12 +12,14 @@

depends_on "coreutils"
depends_on "imagemagick"
# because wal uses pidof to check whether kitty is running?
depends_on "pidof"

def install
bin.install "wp"
end

test do
system "wp"
system "#{bin}/wp"
end
end
Loading