Skip to content

Commit 0a3e7f0

Browse files
committed
v0.6.0
1 parent d64b37c commit 0a3e7f0

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

fpp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class 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

scripts/makeDist.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,3 @@ HASH=$(cat $DEST | shasum -a 256 | cut -d " " -f 1)
99
sed -i '' -e "s#^ sha256 .*# sha256 \"$HASH\"#g" ./fpp.rb
1010

1111
echo "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

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from __future__ import print_function
99

1010

11-
VERSION = '0.5.7'
11+
VERSION = '0.6.0'
1212

1313

1414
if __name__ == '__main__':

0 commit comments

Comments
 (0)