mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
111 lines
2.3 KiB
YAML
111 lines
2.3 KiB
YAML
Categories:
|
|
- Security
|
|
- System
|
|
License: GPL-3.0-only
|
|
AuthorName: CodeDead
|
|
WebSite: https://codedead.com/
|
|
SourceCode: https://github.com/CodeDead/DeadHash-android
|
|
IssueTracker: https://github.com/CodeDead/DeadHash-android/issues
|
|
Changelog: https://github.com/CodeDead/DeadHash-android/releases
|
|
Donate: https://codedead.com/donate
|
|
|
|
AutoName: DeadHash
|
|
Description: |-
|
|
DeadHash is an utility to calculate file and text hashes.
|
|
The following hash calculations are supported:
|
|
* MD5
|
|
* SHA-1
|
|
* SHA-224
|
|
* SHA-256
|
|
* SHA-3
|
|
* SHA-384
|
|
* SHA-512
|
|
* CRC32
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/CodeDead/DeadHash-android.git
|
|
|
|
Builds:
|
|
- versionName: 1.7.3
|
|
versionCode: 4
|
|
commit: v1.7.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.7.4
|
|
versionCode: 5
|
|
commit: 1.7.4
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.7.5
|
|
versionCode: 6
|
|
commit: 6981f7588698780fbe6edc7be403e36ca5625d1a
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.7.6
|
|
versionCode: 7
|
|
commit: 84100c75c5c4bf126baf338d7701df973f6b2a7c
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.7.7
|
|
versionCode: 8
|
|
commit: 081c18b3cf0da1adb0aa9a5d411414fab4d50d81
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.7.8
|
|
versionCode: 9
|
|
commit: e978ab772a2ca9806b6b914cf4f6f29fe6ce5131
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.8.1
|
|
versionCode: 11
|
|
commit: 27c5c6744d3ef75923fd1e5fac9c4b9d0328ff4d
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.8.2
|
|
versionCode: 12
|
|
commit: 6d00626cebafa0e5f5d2efc930ac2715a571f642
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.8.3
|
|
versionCode: 13
|
|
commit: 02ff60747d3d332bbe217659c1ba19d500332cc6
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.8.3
|
|
CurrentVersionCode: 13
|