summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Haun2019-09-19 09:14:06 +0200
committerPatrick Haun2019-09-19 09:14:06 +0200
commitc86ddb3bf1a5722fa9551988a115caf1bb0e1259 (patch)
tree8116872e7a37144397c1fc68887506cf4cc4f7ea
parent8c0efc88f34e5192a0ef059322d51c4ded2787e2 (diff)
downloadaur-c86ddb3bf1a5722fa9551988a115caf1bb0e1259.tar.gz
v2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae4d7f0e75a3..ce6ea6e4cc2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fw
pkgdesc = faster workspace management
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/brocode/fw
arch = x86_64
license = WTFPL
depends = fzf
- source = https://github.com/brocode/fw/releases/download/v2.2.0/fw
- sha256sums = dcac6ea97df9988b37640b634e874096d72c1eda5833aab575f004021626d2d3
+ source = https://github.com/brocode/fw/releases/download/v2.2.1/fw
+ sha256sums = 997cc1c1093f4c0b597bda99fdb164dc8b61d5c4c34639d1343b32e75b000f26
pkgname = fw
diff --git a/PKGBUILD b/PKGBUILD
index 34833b002065..f0c7751fe44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Your name <bros at brocode dot sh>
pkgname=fw
-pkgver=2.2.0
+pkgver=2.2.1
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/v2.2.0/fw')
-sha256sums=('dcac6ea97df9988b37640b634e874096d72c1eda5833aab575f004021626d2d3')
+source=('https://github.com/brocode/fw/releases/download/v2.2.1/fw')
+sha256sums=('997cc1c1093f4c0b597bda99fdb164dc8b61d5c4c34639d1343b32e75b000f26')
package() {
mkdir -p "${pkgdir}/usr/bin"