File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ linux-riscv64: $(SQLITE_UNPACKED) jni-header
238238 ./docker/dockcross-riscv64 -a $(DOCKER_RUN_OPTS ) bash -c ' make clean-native native CROSS_PREFIX=riscv64-unknown-linux-gnu- OS_NAME=Linux OS_ARCH=riscv64'
239239
240240mac64 : $(SQLITE_UNPACKED ) jni-header
241- docker run $(DOCKER_RUN_OPTS ) -u " $( BUILDER_UID) :$( BUILDER_GID) " -v $$ PWD:/workdir -e CROSS_TRIPLE=x86_64-apple-darwin multiarch /crossbuild make clean-native native OS_NAME=Mac OS_ARCH=x86_64
241+ docker run $(DOCKER_RUN_OPTS ) -u " $( BUILDER_UID) :$( BUILDER_GID) " -v $$ PWD:/workdir -e CROSS_TRIPLE=x86_64-apple-darwin gotson /crossbuild make clean-native native OS_NAME=Mac OS_ARCH=x86_64 CROSS_PREFIX= " /usr/osxcross/bin/x86_64-apple-darwin20.4- "
242242
243243mac-arm64 : $(SQLITE_UNPACKED ) jni-header
244244 docker run $(DOCKER_RUN_OPTS ) -v $$ PWD:/workdir -e CROSS_TRIPLE=aarch64-apple-darwin gotson/crossbuild make clean-native native OS_NAME=Mac OS_ARCH=aarch64 CROSS_PREFIX=" /usr/osxcross/bin/aarch64-apple-darwin20.4-"
Original file line number Diff line number Diff line change 1- version=3.50.1
2- artifactVersion=3.50.1 .0
3- sqliteMCVersion=2.1.3
1+ version=3.50.2
2+ artifactVersion=3.50.2 .0
3+ sqliteMCVersion=2.2.2
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >io.github.willena</groupId >
66 <artifactId >sqlite-jdbc</artifactId >
7- <version >3.50.1 .0</version >
7+ <version >3.50.2 .0</version >
88 <name >SQLite JDBC</name >
99 <description >SQLite JDBC library with encryption and authentication support</description >
1010 <url >https://github.com/Willena/sqlite-jdbc-crypt</url >
Original file line number Diff line number Diff line change 11<settings >
22 <servers >
33 <server >
4- <id >ossrh </id >
4+ <id >central </id >
55 <username >${env.SONATYPE_USERNAME}</username >
66 <password >${env.SONATYPE_PASSWORD}</password >
77 </server >
2020 </properties >
2121 </profile >
2222 </profiles >
23- </settings >
23+ </settings >
You can’t perform that action at this time.
0 commit comments