summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2022-01-13 03:47:58 +0200
committerDimitris Kiziridis2022-01-13 03:47:58 +0200
commit6078c65f586e746cf8059f08b97d005127f86e20 (patch)
treeb0fa2e4b1f35fd29500ab441c113890b57a94bd8
parent3cbd9af8dc12d0673514130404ade64b5c028388 (diff)
downloadaur-6078c65f586e746cf8059f08b97d005127f86e20.tar.gz
Update to 0.8.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dffd9477ad6d..6c5f87e4fafe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = skm-bin
pkgdesc = A simple and powerful SSH keys manager
- pkgver = 0.8.1
+ pkgver = 0.8.5
pkgrel = 1
url = https://timothyye.github.io/skm
arch = x86_64
license = MIT
provides = skm
- source = skm-bin-0.8.1.tar.gz::https://github.com/TimothyYe/skm/releases/download/V0.8.1/skm-linux64-0.8.1.tar.gz
+ source = skm-bin-0.8.5.tar.gz::https://github.com/TimothyYe/skm/releases/download/v0.8.5/skm-linux64-0.8.5.tar.gz
source = LICENSE::https://github.com/TimothyYe/skm/raw/master/LICENSE
- sha256sums = 622f9eb231573c40d2f44106dd345f59281551c6dd0a80b3d575c6ff03156d09
+ sha256sums = 58aa4720a6afd523b9253720077c78e70b9c96dd6131b61d64c43c07dbef0f14
sha256sums = 9135a22d94f05de75cba7a299488e9155bb15634660e992138d2eb263e657004
pkgname = skm-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 12f819a9a440..c17c00808d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=skm-bin
-pkgver=0.8.1
+pkgver=0.8.5
pkgrel=1
pkgdesc="A simple and powerful SSH keys manager"
arch=('x86_64')
url='https://timothyye.github.io/skm'
license=('MIT')
provides=("${pkgname%-bin}")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/TimothyYe/skm/releases/download/V${pkgver}/skm-linux64-${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/TimothyYe/skm/releases/download/v${pkgver}/skm-linux64-${pkgver}.tar.gz"
'LICENSE::https://github.com/TimothyYe/skm/raw/master/LICENSE')
-sha256sums=('622f9eb231573c40d2f44106dd345f59281551c6dd0a80b3d575c6ff03156d09'
+sha256sums=('58aa4720a6afd523b9253720077c78e70b9c96dd6131b61d64c43c07dbef0f14'
'9135a22d94f05de75cba7a299488e9155bb15634660e992138d2eb263e657004')
package() {