fpp 0.7.0
Closes Homebrew/homebrew#46427. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
d81310053c
commit
8685f40e44
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Fpp < Formula
|
||||
desc "CLI program that accepts piped input and presents files for selection"
|
||||
homepage "https://facebook.github.io/PathPicker/"
|
||||
url "https://github.com/facebook/PathPicker/releases/download/0.6.2/fpp.0.6.2.tar.gz"
|
||||
sha256 "a437e8d779053cac28f582e8b9f8621bc872af9cd7a0afdce5cdd0912f974513"
|
||||
url "https://github.com/facebook/PathPicker/releases/download/0.7.0/fpp.0.7.0.tar.gz"
|
||||
sha256 "41f14991f8b0dc673863d4ee274c69048913927b973f52e58f15aa632a55a381"
|
||||
head "https://github.com/facebook/pathpicker.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue