Update Amaze to 3.0.1 (29)
This commit is contained in:
parent
5e28f222d2
commit
1ced57dd02
|
@ -92,6 +92,20 @@ Build:2.0.5,18
|
||||||
popd && \
|
popd && \
|
||||||
cp $$7ZipJBindings$$/jbinding-java/sevenzipjbinding.jar libs/
|
cp $$7ZipJBindings$$/jbinding-java/sevenzipjbinding.jar libs/
|
||||||
|
|
||||||
|
Build:3.0.1,29
|
||||||
|
commit=v3.0.1
|
||||||
|
gradle=fdroid
|
||||||
|
srclibs=RootTools@3.4,7ZipJBindings@63009c
|
||||||
|
rm=libs/RootTools.jar,libs/sevenzipjbinding/*.jar
|
||||||
|
prebuild=cp -fR $$RootTools$$/RootTools/src/main/java/com src/main/java/ && \
|
||||||
|
sed -i -e '/playCompile/d' -e '/Properties/,$d' build.gradle && \
|
||||||
|
pushd $$7ZipJBindings$$ && \
|
||||||
|
cmake . && \
|
||||||
|
make && \
|
||||||
|
make package && \
|
||||||
|
popd && \
|
||||||
|
cp $$7ZipJBindings$$/jbinding-java/sevenzipjbinding.jar libs/
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
jcifs-1.3.18.jar has been verified to match upstream at
|
jcifs-1.3.18.jar has been verified to match upstream at
|
||||||
https://jcifs.samba.org/src/jcifs-1.3.18.jar -- however
|
https://jcifs.samba.org/src/jcifs-1.3.18.jar -- however
|
||||||
|
@ -100,6 +114,6 @@ we should build it from source.
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.0.5
|
Current Version:3.0.1
|
||||||
Current Version Code:18
|
Current Version Code:29
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue