summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Seidel2017-09-08 11:08:39 +0200
committerFelix Seidel2017-09-08 11:08:39 +0200
commit39324f860117167b00a1131d32df5866a148b3df (patch)
treecc1307109e675b3ad715080334c4417b1422e75b /PKGBUILD
parent7931c7603a0548497e4b4847ac9f8ec9ad73fcba (diff)
downloadaur-39324f860117167b00a1131d32df5866a148b3df.tar.gz
Bump to v0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41d37f256f25..1a469752bfe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Seidel <felix@seidel.me>
pkgname=1password-cli
-pkgver=0.1
+pkgver=0.1.1
pkgrel=1
pkgdesc="1Password command line tool"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://app-updates.agilebits.com/product_history/CLI"
license=('custom')
options=('!strip' '!emptydirs')
source=("https://cache.agilebits.com/dist/1P/op/pkg/v$pkgver/op_linux_amd64_v$pkgver.zip")
-sha256sums=('6e34e161b840c28fdbdefd582d791e1a379b4d7b6b9de54efe94d28603a069b4')
+sha256sums=('6dc01dce5138f5ec8c6d6853fb22d02cfe1c0b0178f02754278d4dcac11f038b')
package() {
install -Dm755 op "$pkgdir/usr/bin/op"