Update Send Reduced to 0.11 (1100)

This commit is contained in:
Boris Kraut 2016-01-09 13:09:02 +01:00
parent 87a4a65ede
commit 415e5e15f5

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:NewBSD
License:Apache2
Web Site:
Source Code:https://github.com/arpruss/sendreduced
Issue Tracker:https://github.com/arpruss/sendreduced/issues
@ -59,6 +59,16 @@ Build:0.10,1000
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
target=android-21
# Starting Apache2 license; previous builds are MIT
Build:0.11,1100
commit=be3517540ed7463d8e11eadd2413110dc3f9a2eb
prebuild=sed -i -e 's/ $//' *.sh && \
chmod +x *.sh && \
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
./toNormal.sh && \
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
target=android-21
Maintainer Notes:
* OldRepo for 0.03 - 0.05: https://github.com/arpruss/sendreduced
.