noti 2.1.1
Closes Homebrew/homebrew#49656. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
219b6aa9d6
commit
3b13a37ebb
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
||||||
class Noti < Formula
|
class Noti < Formula
|
||||||
desc "Displays a notification after a terminal process finishes."
|
desc "Displays a notification after a terminal process finishes."
|
||||||
homepage "https://github.com/variadico/noti"
|
homepage "https://github.com/variadico/noti"
|
||||||
url "https://github.com/variadico/noti/archive/v2.1.0.tar.gz"
|
url "https://github.com/variadico/noti/archive/v2.1.1.tar.gz"
|
||||||
sha256 "9fedc91e3978240444e0c92ecd4ae99b028bc944dc94f4747d0718069dd3cd8b"
|
sha256 "c31c763eb92b4600371b2a62f6dc1dbb3390d89c09e0baab7af0dc427b55a8c5"
|
||||||
head "https://github.com/variadico/noti.git", :branch => "dev"
|
head "https://github.com/variadico/noti.git", :branch => "dev"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue