Skip to content

Commit

Permalink
v2.8.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ljunkie committed Nov 3, 2013
1 parent c00440e commit 7414745
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
5 changes: 1 addition & 4 deletions Plex/Makefile
Expand Up @@ -20,7 +20,7 @@ APPDEPS = manifest count_functions
ZIP_EXCLUDE = -x .git\* -x manifest.template -x \*.swp -x \*.DS_Store -x \*.py -x roku_screenshot.jpg
include ../app.mk

APPTITLE = PlexDev
APPTITLE = RARflix
APPTEMPLATE = manifest.rarflix.template
VERSION=$(shell grep '^version' $(APPTEMPLATE) | sed s/version=//)

Expand Down Expand Up @@ -54,9 +54,6 @@ manifest:
sed s/APPTITLE/$(APPTITLE)/ < $(APPTEMPLATE) > manifest
echo sed s/APPTITLE/$(APPTITLE)/ < $(APPTEMPLATE)

echo $(VERSION)


count_functions:
echo "Counting functions for $(APPTITLE), Roku v5.x limit is 65536"
test $(num_functions) -le 65536
Expand Down
4 changes: 2 additions & 2 deletions Plex/manifest
@@ -1,8 +1,8 @@
title=RARflix
version=2.8.2
version=2.8.3
major_version=2
minor_version=8
build_version=2
build_version=3
subtitle=The best personal and online content streaming app!
description=Plex delivers the best video, music and photo streaming media experience that connects you to any online or personal content--including movies, TV shows, videos, music and photos. Plex for Roku works with myPlex and the your personal Plex Media Server enabling Plex Channels, Social Sharing, and Queueing of content.
mm_icon_focus_hd=pkg:/images/plex-logo-hd-rarflix.jpg
Expand Down
4 changes: 2 additions & 2 deletions Plex/manifest.rarflix.template
@@ -1,8 +1,8 @@
title=APPTITLE
version=2.8.2
version=2.8.3
major_version=2
minor_version=8
build_version=2
build_version=3
subtitle=The best personal and online content streaming app!
description=Plex delivers the best video, music and photo streaming media experience that connects you to any online or personal content--including movies, TV shows, videos, music and photos. Plex for Roku works with myPlex and the your personal Plex Media Server enabling Plex Channels, Social Sharing, and Queueing of content.
mm_icon_focus_hd=pkg:/images/plex-logo-hd-rarflix.jpg
Expand Down
1 change: 1 addition & 0 deletions RARflix
Binary file modified RARflix.zip
Binary file not shown.
Binary file added releases/RARflix-2.8.3.zip
Binary file not shown.
Binary file added releases/RARflix.zip
Binary file not shown.

0 comments on commit 7414745

Please sign in to comment.