We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5091d5 commit 17d489cCopy full SHA for 17d489c
fpp.rb
@@ -1,7 +1,7 @@
1
class Fpp < Formula
2
homepage "https://facebook.github.io/PathPicker/"
3
- url "https://github.com/facebook/PathPicker/releases/download/0.6.0/fpp.0.6.0.tar.gz"
4
- sha256 "5e3f9e8ffa5e5d0f4608af521458a93010f2f504ce936ac33cf376505099dc65"
+ url "https://github.com/facebook/PathPicker/releases/download/0.6.1/fpp.0.6.1.tar.gz"
+ sha256 "800a6dcf0cfe55fae9b901b2827f2706ef85812cc4d7d6676dde359c62235428"
5
head "https://github.com/facebook/pathpicker.git"
6
7
bottle do
src/version.py
@@ -8,7 +8,7 @@
8
from __future__ import print_function
9
10
11
-VERSION = '0.6.0'
+VERSION = '0.6.1'
12
13
14
if __name__ == '__main__':
0 commit comments