summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
-rw-r--r--kr.install4
2 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2f5c970d806..ff009fea87fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: krypt.co <aur@>
pkgname=kr
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
-pkgdesc="SSH using a key stored in Kryptonite"
+pkgdesc="SSH using a key stored in Krypton"
arch=('i686' 'x86_64')
url="https://github.com/kryptco/kr"
license=('custom')
diff --git a/kr.install b/kr.install
index cebe8e15fa9c..e000d7698a02 100644
--- a/kr.install
+++ b/kr.install
@@ -1,6 +1,6 @@
post_install() {
echo -e "\e[32m\e[1m============================\e[0m"
- echo -e "\e[32m\e[1mKryptonite is now installed!\e[0m"
- echo -e "\e[32m'kr pair' will automatically configure ~/.ssh/config to use Kryptonite. To prevent this, export KR_SKIP_SSH_CONFIG=1\e[0m"
+ echo -e "\e[32m\e[1mKrypton is now installed!\e[0m"
+ echo -e "\e[32m'kr pair' will automatically configure ~/.ssh/config to use Krypton. To prevent this, export KR_SKIP_SSH_CONFIG=1\e[0m"
echo -e "\e[0m\e[32m\e[1m============================\e[0m"
}