summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Haun2020-05-06 09:12:19 +0200
committerPatrick Haun2020-05-06 09:12:19 +0200
commit16f14d72bcd930e68441e58484515fceb5c51ca0 (patch)
treeee0f22eb4e301f551e508fb764fe2e32865aa249
parent820a338e25faeb3d045ca83043c18a21aed32807 (diff)
downloadaur-16f14d72bcd930e68441e58484515fceb5c51ca0.tar.gz
2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43d1e33a7292..18ef43394ad1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fw
pkgdesc = faster workspace management
- pkgver = 2.3.0
+ pkgver = 2.4.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.3.0/fw
- sha256sums = cde2936f75d0b2f9291630738fa4b1cd26701804c6210608d4a15692862d8d43
+ source = https://github.com/brocode/fw/releases/download/v2.4.0/fw
+ sha256sums = 4878d4c8b82e50f6af341a705974a6cdacb98c44e7aa7b8717e6f5c48f05e475
pkgname = fw
diff --git a/PKGBUILD b/PKGBUILD
index cbb6766445d5..347e32fde452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Your name <bros at brocode dot sh>
pkgname=fw
-pkgver=2.3.0
+pkgver=2.4.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.3.0/fw')
-sha256sums=('cde2936f75d0b2f9291630738fa4b1cd26701804c6210608d4a15692862d8d43')
+source=('https://github.com/brocode/fw/releases/download/v2.4.0/fw')
+sha256sums=('4878d4c8b82e50f6af341a705974a6cdacb98c44e7aa7b8717e6f5c48f05e475')
package() {
mkdir -p "${pkgdir}/usr/bin"