summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Haun2020-09-17 17:10:53 +0200
committerPatrick Haun2020-09-17 17:10:53 +0200
commitb4f69a753d19e3cf603cb04b4afd5b773efeefd9 (patch)
tree556d194ebd40cb90eec781f0a3f44ba69c3ad939
parent8128e88fc4b217b9027c24707db01cdeb428c38d (diff)
downloadaur-b4f69a753d19e3cf603cb04b4afd5b773efeefd9.tar.gz
2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb9db1a9f065..55075236b377 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fblog
pkgdesc = command-line JSON Log viewer
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/brocode/fblog
arch = x86_64
license = WTFPL
- source = https://github.com/brocode/fblog/releases/download/v2.1.0/fblog
- sha256sums = 12f27c189b3787cfa1980b8823409acfd2dc20c5a54d624bf9ce677787150da5
+ source = https://github.com/brocode/fblog/releases/download/v2.2.0/fblog
+ sha256sums = 84cb51f2f7030569d1ba1a0dff7eb032591d3027dfaf9faba302cb277047a4d8
pkgname = fblog
diff --git a/PKGBUILD b/PKGBUILD
index dbf9e9cc0274..57defb23c554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Your name <bros at brocode dot sh>
pkgname=fblog
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="command-line JSON Log viewer"
arch=('x86_64')
url="https://github.com/brocode/fblog"
license=('WTFPL')
-source=('https://github.com/brocode/fblog/releases/download/v2.1.0/fblog')
-sha256sums=('12f27c189b3787cfa1980b8823409acfd2dc20c5a54d624bf9ce677787150da5')
+source=('https://github.com/brocode/fblog/releases/download/v2.2.0/fblog')
+sha256sums=('84cb51f2f7030569d1ba1a0dff7eb032591d3027dfaf9faba302cb277047a4d8')
package() {
mkdir -p "${pkgdir}/usr/bin"