summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e78a486640e5..fe7cbebf80b5 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = estash-bin
pkgdesc = An open source, cross-platform, programmed in rust, encrypted digital vault (store files and text) with the capability to set a path and with the click of a button to copy the contents to that file.
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/Obscurely/EStash
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = estash-bin
provides = estash-bin
conflicts = estash
conflicts = estash-git
- source = https://github.com/Obscurely/EStash/releases/download/v0.6.1-stable/estash-linux.tar.gz
- sha256sums = 465e91e1d77c36059bcbb0d82f9b9d3972c733fa3d039cc8b77017d91166ea2f
+ source = https://github.com/Obscurely/EStash/releases/download/v0.6.2-stable/estash-linux.tar.gz
+ sha256sums = df0e21ff03e96bcc5d33f745ed6900abd1b2dfae8782de074b851635453f6d86
pkgname = estash-bin
diff --git a/PKGBUILD b/PKGBUILD
index c2fe412cc19b..7108ea945240 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Obscurely <adrian.obscurely@protonmail.com>
pkgname=estash-bin
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
epoch=
pkgdesc="An open source, cross-platform, programmed in rust, encrypted digital vault (store files and text) with the capability to set a path and with the click of a button to copy the contents to that file."
@@ -10,7 +10,7 @@ license=('GPL3')
provides=('estash-bin')
conflicts=('estash' 'estash-git')
source=("https://github.com/Obscurely/EStash/releases/download/v${pkgver}-stable/estash-linux.tar.gz")
-sha256sums=("465e91e1d77c36059bcbb0d82f9b9d3972c733fa3d039cc8b77017d91166ea2f")
+sha256sums=("df0e21ff03e96bcc5d33f745ed6900abd1b2dfae8782de074b851635453f6d86")
package() {
cd "$srcdir/"