File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Fpp < Formula
22 homepage "https://facebook.github.io/PathPicker/"
3- url "https://github.com/facebook/PathPicker/releases/download/0.5.7 /fpp.0.5.7 .tar.gz"
4- sha256 "1293e9510b2d7c1f83320d11cd2f3034545f92daffb6d8de3ee3c8a563972783 "
3+ url "https://github.com/facebook/PathPicker/releases/download/0.6.0 /fpp.0.6.0 .tar.gz"
4+ sha256 "5e3f9e8ffa5e5d0f4608af521458a93010f2f504ce936ac33cf376505099dc65 "
55 head "https://github.com/facebook/pathpicker.git"
66
77 bottle do
Original file line number Diff line number Diff line change @@ -9,12 +9,3 @@ HASH=$(cat $DEST | shasum -a 256 | cut -d " " -f 1)
99sed -i ' ' -e " s#^ sha256 .*# sha256 \" $HASH \" #g" ./fpp.rb
1010
1111echo " Recipe updated with hash from $DEST "
12-
13-
14- # Packaging for debian systems.
15- # Creates a .deb file in parent directory of the source tree.
16-
17- DATETIME=$( date ' +%a, %d %b %Y %H:%M:%S %z' )
18- sed -i.bak s#__version__#" $VERSION " # ./debian/changelog
19- sed -i.bak s#__date_timestamp__#" $DATETIME " # ./debian/changelog
20- debuild -us -uc -i -I
Original file line number Diff line number Diff line change 88from __future__ import print_function
99
1010
11- VERSION = '0.5.7 '
11+ VERSION = '0.6.0 '
1212
1313
1414if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments