Update FragDenStaat to 0.8.5 (27)

This commit is contained in:
F-Droid Builder 2018-08-25 17:25:19 +01:00 committed by Ciaran Gultnieks
parent 7c888c980c
commit 0f85ccf1c0

View file

@ -59,11 +59,25 @@ Build:0.8.4,26
scanignore=android/build.gradle
scandelete=node_modules
Build:0.8.5,27
commit=v0.8.5
subdir=android/app
sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.1/node-v8.11.1-linux-x64.tar.xz && \
echo "6617e245fa0f7fbe0e373e71d543fea878315324ab31dc64b4eba10e42d04c11 node.tar.xz" | sha256sum -c - && \
tar xJf node.tar.xz && \
cp -a node-v8.11.1-linux-x64/. /usr/local/
gradle=yes
prebuild=npm install && \
truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel && \
rm ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
scanignore=android/build.gradle
scandelete=node_modules
Maintainer Notes:
scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm.
.
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.8.4
Current Version Code:26
Current Version:0.8.5
Current Version Code:27