summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Haun2020-07-03 14:53:20 +0200
committerPatrick Haun2020-07-03 14:53:20 +0200
commitbed992550f4a180cfcc87c403aebb5608a796ba8 (patch)
tree93446faaa84015ea1735515b9eb0adc3f4a044e7
parenta810c7a7b3ec1e387b62e4671f7c0ca4d246e1cd (diff)
downloadaur-bed992550f4a180cfcc87c403aebb5608a796ba8.tar.gz
2.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a39068d215d8..711ad89c00ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fw
pkgdesc = faster workspace management
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://github.com/brocode/fw
arch = x86_64
license = WTFPL
depends = fzf
- source = https://github.com/brocode/fw/releases/download/v2.5.0/fw
- sha256sums = 99381cfce158d147d0fea6f45b327796f0289618aa43e129dee6d8ea25f780b1
+ source = https://github.com/brocode/fw/releases/download/v2.6.0/fw
+ sha256sums = 12a23dda4fe36a6ec39b34d9570b09f32c43e2bcc96c4730f756f5c5aff402af
pkgname = fw
diff --git a/PKGBUILD b/PKGBUILD
index 0581ba27c075..361f40e21819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Your name <bros at brocode dot sh>
pkgname=fw
-pkgver=2.5.0
+pkgver=2.6.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/v2.5.0/fw')
-sha256sums=('99381cfce158d147d0fea6f45b327796f0289618aa43e129dee6d8ea25f780b1')
+source=('https://github.com/brocode/fw/releases/download/v2.6.0/fw')
+sha256sums=('12a23dda4fe36a6ec39b34d9570b09f32c43e2bcc96c4730f756f5c5aff402af')
package() {
mkdir -p "${pkgdir}/usr/bin"