summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason SW2016-08-26 17:37:39 -0500
committerJason SW2016-08-26 17:37:39 -0500
commit7c21a37fc217911b7475d5ae0b2b5d0a592fa100 (patch)
treedc2473f054c286f6c804be3225c91cf9f3460363
parentc6d4d398d97effda872159bb2714fa7c72e0c368 (diff)
downloadaur-7c21a37fc217911b7475d5ae0b2b5d0a592fa100.tar.gz
Updated to version 1.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
-rw-r--r--mikrolock.changes12
3 files changed, 19 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a822cf28c653..2642c303c325 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Feb 19 22:40:38 UTC 2016
pkgbase = mikrolock
pkgdesc = A fast native implementation of the minilock file format that can read and write encrypted miniLock files.
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = http://andre-simon.de/doku/mlock/en/mlock.php
install = mikrolock.install
@@ -14,9 +12,10 @@ pkgbase = mikrolock
optdepends = qt5-base: Mikrolock GUI
provides = mlock
conflicts = mlock
- source = http://andre-simon.de/zip/mikrolock-1.0.tar.bz2
- source = http://andre-simon.de/zip/mikrolock-1.0.tar.bz2.asc
- sha512sums = bb29440d59f518983c9d94a985392db8b7934a71b4d9397780dbd4a5a84f461c8be30077c18a67475009df988f5b44010a9e54ebcbadeeb3e860dad2716a0fd1
+ source = http://andre-simon.de/zip/mikrolock-1.1.tar.bz2
+ source = http://andre-simon.de/zip/mikrolock-1.1.tar.bz2.asc
+ validpgpkeys = B8C55574187F49180EDC763750FE0279D805A7C7
+ sha512sums = 74845d56961c0a2e391df911d2837ad02f6e140e1d1429d713d6714bc79d962f0b71a9fade2d850be8eb68dd04fb6dc603c6f4c3126dfcdef5ed9a4007639bd7
sha512sums = SKIP
pkgname = mikrolock
diff --git a/PKGBUILD b/PKGBUILD
index a4a3708ff4e9..b751523f8b83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jason SW
pkgname=mikrolock
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='A fast native implementation of the minilock file format that can read and write encrypted miniLock files.'
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@ changelog="$pkgname.changes"
source=("http://andre-simon.de/zip/$pkgname-$pkgver.tar.bz2"
"http://andre-simon.de/zip/$pkgname-$pkgver.tar.bz2.asc")
validpgpkeys=('B8C55574187F49180EDC763750FE0279D805A7C7')
-sha512sums=('bb29440d59f518983c9d94a985392db8b7934a71b4d9397780dbd4a5a84f461c8be30077c18a67475009df988f5b44010a9e54ebcbadeeb3e860dad2716a0fd1'
-'SKIP')
+sha512sums=('74845d56961c0a2e391df911d2837ad02f6e140e1d1429d713d6714bc79d962f0b71a9fade2d850be8eb68dd04fb6dc603c6f4c3126dfcdef5ed9a4007639bd7'
+ 'SKIP')
build() {
diff --git a/mikrolock.changes b/mikrolock.changes
index d16f0051b002..0b568d6663a3 100644
--- a/mikrolock.changes
+++ b/mikrolock.changes
@@ -1,7 +1,17 @@
+04.06.2015
+
+MikroLock 1.1
+
+-added Argon2 as possible key derivation function (--kdf)
+-changed wording of miniLock-ID to Lock-ID
+-GUI: added --portable command line option to save config files in the current
+ working directory instead of the user directory
+
+---
27.08.2015
MikroLock 1.0
-GUI: added translation hints
-GUI: drag and drop disabled if multiple files are dragged
--CLI: ignores own miniLock ID also in recipient list if -x is set \ No newline at end of file
+-CLI: ignores own miniLock ID also in recipient list if -x is set