mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Merge branch 'deadhash' into 'master'
New App: DeadHash Closes rfp#1346 See merge request fdroid/fdroiddata!8405
This commit is contained in:
commit
556cb99254
1 changed files with 38 additions and 0 deletions
38
metadata/com.codedead.deadhash.yml
Normal file
38
metadata/com.codedead.deadhash.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
Categories:
|
||||
- Security
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
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
|
||||
|
||||
Summary: Hashsum calculation utility
|
||||
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/
|
||||
|
||||
Builds:
|
||||
- versionName: 1.7.3
|
||||
versionCode: 4
|
||||
commit: v1.7.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.7.3
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue