File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
class Fpp < Formula
6
6
desc "CLI program that accepts piped input and presents files for selection"
7
7
homepage "https://facebook.github.io/PathPicker/"
8
- url "https://github.com/facebook/PathPicker/releases/download/0.8 .2/fpp.0.8 .2.tar.gz"
9
- sha256 "dea4fcd470c24c4a5a804307c86948da2a8d5fa5faaefe5892418f4ddae89c75 "
8
+ url "https://github.com/facebook/PathPicker/releases/download/0.9 .2/fpp.0.9 .2.tar.gz"
9
+ sha256 "f2b233b1e18bdafb1cd1728305e926aabe217406e65091f1e58589e6157e1952 "
10
10
head "https://github.com/facebook/pathpicker.git"
11
11
12
12
bottle :unneeded
Original file line number Diff line number Diff line change 5
5
from __future__ import print_function
6
6
7
7
8
- VERSION = '0.8 .2'
8
+ VERSION = '0.9 .2'
9
9
10
10
11
11
if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments