summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-30update: 5.5.3 + min JAVA version = 11Josef Vybíhal
2022-07-20update 5.5.1 gitJosef Vybíhal
2022-07-20updated gitignoreJosef Vybíhal
2021-12-08Release 5.5.0Josef Vybíhal
Release notes: http://keystore-explorer.org/release55.html
2021-09-23master branch is 5.5.0 now, but tag still 5.4.4Josef Vybíhal
2021-09-01fix282.patch no longer neededJosef Vybíhal
2021-08-04Added patch fixing build in gradle 7.xJosef Vybíhal
Github issue 282: can't build latest release v5.4.4 with current gradle 7.1.1 https://github.com/kaikramer/keystore-explorer/issues/282 Thanks to @zeners for prodividing diff.
2020-12-23Rework of the package was doneJosef Vybíhal
- added provides() - uses 'gradle clean build' as suggested in project README.md - get right version from 'version.properties' file, if available - 'kse' startup script is now in bin directory
2020-11-03bump up to v5.4.4Josef Vybíhal
2020-07-13Fixed sourceJosef Vybíhal
Replaced local leftover from testing and debuging new pkgbuild.
2020-06-29Stop using upstreams gradlew (gradle-wrapper)Josef Vybíhal
Use gradle directly without the wrapper used in upstream. It had negative consequence, that it pulled gradle .zip file from network in the build phase. With gradle 7.0, it might stop working as it uses some Deprecated Gradle features. But works for now with gradle 6.5
2020-06-03The begining of this package.Josef Vybíhal