From 382f9783cac8e1d5a3ab5415b8ef7a2ebb362f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 15 Jul 2019 02:18:07 +0200 Subject: [PATCH] rewrite yml: byrne.utilities.hashpass --- metadata/byrne.utilities.hashpass.txt | 31 ------------------------- metadata/byrne.utilities.hashpass.yml | 33 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 31 deletions(-) delete mode 100644 metadata/byrne.utilities.hashpass.txt create mode 100644 metadata/byrne.utilities.hashpass.yml diff --git a/metadata/byrne.utilities.hashpass.txt b/metadata/byrne.utilities.hashpass.txt deleted file mode 100644 index 4430f1e0a3..0000000000 --- a/metadata/byrne.utilities.hashpass.txt +++ /dev/null @@ -1,31 +0,0 @@ -Categories:Security -License:GPL-3.0-only -Author Web Site:http://technologiquepark.wordpress.com -Web Site: -Source Code:https://github.com/dillbyrne/HashPass -Issue Tracker:https://github.com/dillbyrne/HashPass/issues -Bitcoin:1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G - -Auto Name:HashPass -Summary:Use hashes as passwords -Description: -Simple password generator for android which uses hashes as passwords, affording -ease in recall and effectiveness in password strength. Available hashes are MD5, -SHA1, SHA256 and SHA512. -. - -Repo Type:git -Repo:https://github.com/dillbyrne/HashPass.git - -Build:0.1,1 - commit=0.1 - forceversion=yes - -Build:1.1,2 - commit=1.1 - forceversion=yes - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:1.1 -Current Version Code:2 diff --git a/metadata/byrne.utilities.hashpass.yml b/metadata/byrne.utilities.hashpass.yml new file mode 100644 index 0000000000..53b66251ad --- /dev/null +++ b/metadata/byrne.utilities.hashpass.yml @@ -0,0 +1,33 @@ +Categories: + - Security +License: GPL-3.0-only +AuthorWebSite: http://technologiquepark.wordpress.com +SourceCode: https://github.com/dillbyrne/HashPass +IssueTracker: https://github.com/dillbyrne/HashPass/issues +Bitcoin: 1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G + +AutoName: HashPass +Summary: Use hashes as passwords +Description: |- + Simple password generator for android which uses hashes as passwords, affording + ease in recall and effectiveness in password strength. Available hashes are MD5, + SHA1, SHA256 and SHA512. + +RepoType: git +Repo: https://github.com/dillbyrne/HashPass.git + +Builds: + - versionName: '0.1' + versionCode: 1 + commit: '0.1' + forceversion: true + + - versionName: '1.1' + versionCode: 2 + commit: '1.1' + forceversion: true + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: '1.1' +CurrentVersionCode: 2