summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Haun2019-06-14 08:21:37 +0200
committerPatrick Haun2019-06-14 08:21:37 +0200
commit58cf5ae4cd51eeb657673561f7eea1f195be937d (patch)
tree14c6d174974f1e0395efa6b250397d394cb4ba2c
parent8bac59cfab27b3e80e90cd7d114d18c0f2d8cb72 (diff)
downloadaur-58cf5ae4cd51eeb657673561f7eea1f195be937d.tar.gz
2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11c7ad0d692c..e10540062a19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fw
pkgdesc = faster workspace management
- pkgver = 1.20.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/brocode/fw
arch = x86_64
license = WTFPL
depends = fzf
- source = https://github.com/brocode/fw/releases/download/1.20.0/fw
- sha256sums = 57f17adf68e7698ff35c9da4d64ebfc86cef3dcefa62f85fa157db509768dd2b
+ source = https://github.com/brocode/fw/releases/download/2.0.0/fw
+ sha256sums = dae4e88fe1935d53cbedf84c09db3da6201743e89ba7c35fa3d232af8e3ded20
pkgname = fw
diff --git a/PKGBUILD b/PKGBUILD
index a6a403bfdfc2..4b441005c0c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Your name <bros at brocode dot sh>
pkgname=fw
-pkgver=1.20.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="faster workspace management"
depends=('fzf')
arch=('x86_64')
url="https://github.com/brocode/fw"
license=('WTFPL')
-source=('https://github.com/brocode/fw/releases/download/1.20.0/fw')
-sha256sums=('57f17adf68e7698ff35c9da4d64ebfc86cef3dcefa62f85fa157db509768dd2b')
+source=('https://github.com/brocode/fw/releases/download/2.0.0/fw')
+sha256sums=('dae4e88fe1935d53cbedf84c09db3da6201743e89ba7c35fa3d232af8e3ded20')
package() {
mkdir -p "${pkgdir}/usr/bin"