Bump version to 0.109.1

This commit is contained in:
Vyacheslav Konovalov 2021-03-25 11:21:58 +05:00
parent daba9ce74f
commit 7f1e5b849c
No known key found for this signature in database
GPG key ID: C6C46476220B5552
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = flux
pkgdesc = Lightweight scripting language for querying databases (like InfluxDB) and working with data
pkgver = 0.108.1
pkgver = 0.109.1
pkgrel = 1
url = https://github.com/influxdata/flux
arch = i686
@ -12,7 +12,7 @@ pkgbase = flux
makedepends = cargo
makedepends = clang
depends = gcc-libs
source = git+https://github.com/influxdata/flux#tag=v0.108.1
source = git+https://github.com/influxdata/flux#tag=v0.109.1
sha512sums = SKIP
pkgname = flux

View file

@ -1,7 +1,7 @@
# Maintainer: Vyacheslav Konovalov <crabvk@protonmail.com>
pkgname=flux
pkgver=0.108.1
pkgver=0.109.1
pkgrel=1
pkgdesc='Lightweight scripting language for querying databases (like InfluxDB) and working with data'
arch=(i686 x86_64 arm64)