We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad9647 commit 5c741eaCopy full SHA for 5c741ea
2 files changed
fpp.rb
@@ -5,8 +5,8 @@
5
class Fpp < Formula
6
desc "CLI program that accepts piped input and presents files for selection"
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"
+ url "https://github.com/facebook/PathPicker/releases/download/0.9.2/fpp.0.9.2.tar.gz"
+ sha256 "f2b233b1e18bdafb1cd1728305e926aabe217406e65091f1e58589e6157e1952"
10
head "https://github.com/facebook/pathpicker.git"
11
12
bottle :unneeded
src/version.py
@@ -5,7 +5,7 @@
from __future__ import print_function
-VERSION = '0.8.2'
+VERSION = '0.9.2'
if __name__ == '__main__':
0 commit comments