summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLouis Kleiver2019-12-31 21:22:09 +0100
committerLouis Kleiver2019-12-31 21:22:09 +0100
commit6ec9b34b911a8d9f15681efe4c9619d8943011c2 (patch)
tree6f1b7416249bca5a73d03153d0b04de394107833 /PKGBUILD
parentd16784594ad53fe24032a8d1f41b82e921b1004e (diff)
downloadaur-6ec9b34b911a8d9f15681efe4c9619d8943011c2.tar.gz
v2.1.0 : Add sshkey commands
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f172b284cd0..e9b2c6686079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Louis Kleiver <louis.kleiver@gmail.com>
pkgname=eiota
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="A simple python script to simplify BLIH usage for Epitech students."
arch=('any')
@@ -10,7 +10,7 @@ depends=('python>=3.3.0'
'python-requests'
'git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mrCaelum/${pkgname}/releases/latest/download/v${pkgver}.tar.gz")
-sha256sums=("251c7c37df4228ef7ca19f3bbbd3d2ebf461b6aee80730261cbab9de9d79276b")
+sha256sums=("57c6b405904f92c84dcc82e9cb8d31bf8230af1c7f9951a3bccf2604c193fc2f")
build() {
mv "${pkgname}.py" "${pkgname}"