summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAston2024-03-07 09:05:29 +0200
committerAston2024-03-07 09:05:29 +0200
commit81322c5060d5b31e084913b78df58e398719a480 (patch)
treea6a79f2aef97b5baa4f42309ca8d4fe741ed6b59
parenta2ca96c02caf75b47a5e19893cdaeb0374e9688e (diff)
downloadaur-81322c5060d5b31e084913b78df58e398719a480.tar.gz
v0.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9cfbb36ed4f..7013a223c890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-keylock-ui
pkgdesc = Password manager with goals to be Secure, Simple to use, Portable and Extensible
- pkgver = 0.15.0
+ pkgver = 0.15.1
pkgrel = 1
url = https://rust-keylock.github.io/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = rust-keylock-ui
depends = java-runtime>=11
depends = libxfixes
depends = libxrender
- source = https://github.com/rust-keylock/rust-keylock-ui/archive/v0.15.0.tar.gz
- sha512sums = f83895730025d16bc9419cf6c27b9ba7513112d1af3ac4dccdbae98b8be01b5f495cf2ac0ac3f0fd63a70ec87ff739e1c84bc47db7d41581682509a05a709597
+ source = https://github.com/rust-keylock/rust-keylock-ui/archive/v0.15.1.tar.gz
+ sha512sums = d4c23d1864c21f06586c30eadaa98f2f504ac6eb251871b0ec1cdb530a0b2eb1a882091faf7dc6ae311d096d49e22b32a656ca5f7a80239a449dcda70079d760
pkgname = rust-keylock-ui
diff --git a/PKGBUILD b/PKGBUILD
index 0b80b1764f26..dc974b4d3ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aston <astonbitecode at gmail dot com>
pkgname="rust-keylock-ui"
-pkgver="0.15.0"
+pkgver="0.15.1"
pkgrel=1
epoch=
pkgdesc="Password manager with goals to be Secure, Simple to use, Portable and Extensible"
@@ -22,7 +22,7 @@ install=
changelog=
source=("https://github.com/rust-keylock/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-sha512sums=("f83895730025d16bc9419cf6c27b9ba7513112d1af3ac4dccdbae98b8be01b5f495cf2ac0ac3f0fd63a70ec87ff739e1c84bc47db7d41581682509a05a709597")
+sha512sums=("d4c23d1864c21f06586c30eadaa98f2f504ac6eb251871b0ec1cdb530a0b2eb1a882091faf7dc6ae311d096d49e22b32a656ca5f7a80239a449dcda70079d760")
validpgpkeys=()
prepare() {