summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Haun2018-01-29 08:56:25 +0100
committerPatrick Haun2018-01-29 08:56:25 +0100
commit1e24615fe600266fd7dd5bf29c417721c3a379b9 (patch)
tree2f36f4ae9d786b493a7e3a1fc56fc9111eedef93
parent3535eafb3566dae055461e62851b1f22291749aa (diff)
downloadaur-1e24615fe600266fd7dd5bf29c417721c3a379b9.tar.gz
release 1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dcebc7bdee4..08f5f7ac1461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fw
pkgdesc = faster workspace management
- pkgver = 1.7.2
- pkgrel = 4
+ pkgver = 1.8.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.7.2/fw
- sha256sums = 847c7cb66116eadba3da1ea3a75c5f790ded67f9c0a8267a1d9c45db6f3584f2
+ source = https://github.com/brocode/fw/releases/download/1.8.0/fw
+ sha256sums = 58961d9bd1edf99dee5fd4b3dd5da5e2b76cfc0f6cbd4f77a190a3e6b09292e7
pkgname = fw
diff --git a/PKGBUILD b/PKGBUILD
index 6b30f9ab3dcd..171ce6539d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Your name <bros at brocode dot sh>
pkgname=fw
-pkgver=1.7.2
-pkgrel=4
+pkgver=1.8.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.7.2/fw')
-sha256sums=('847c7cb66116eadba3da1ea3a75c5f790ded67f9c0a8267a1d9c45db6f3584f2')
+source=('https://github.com/brocode/fw/releases/download/1.8.0/fw')
+sha256sums=('58961d9bd1edf99dee5fd4b3dd5da5e2b76cfc0f6cbd4f77a190a3e6b09292e7')
package() {
mkdir -p "${pkgdir}/usr/bin"