Update FragDenStaat to 0.9.1 (29)

This commit is contained in:
F-Droid Builder 2019-02-04 14:58:42 +00:00 committed by Ciaran Gultnieks
parent 3fc52e9bf4
commit b2936a01bb

View file

@ -75,11 +75,25 @@ Build:0.8.5,27
scanignore=android/build.gradle
scandelete=node_modules
Build:0.9.1,29
commit=v0.9.1
subdir=android/app
sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \
echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \
tar xJf node.tar.xz && \
cp -a node-v8.12.0-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.5
Current Version Code:27
Current Version:0.9.1
Current Version Code:29