mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump version to 0.117.0
This commit is contained in:
parent
b3a6cdffc4
commit
03ea1938f3
2 changed files with 8 additions and 8 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = flux
|
||||
pkgdesc = Lightweight scripting language for querying databases (like InfluxDB) and working with data
|
||||
pkgver = 0.113.0
|
||||
pkgver = 0.117.0
|
||||
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.113.0
|
||||
source = git+https://github.com/influxdata/flux#tag=v0.117.0
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = flux
|
||||
|
|
|
|||
12
PKGBUILD
12
PKGBUILD
|
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Vyacheslav Konovalov <crabvk@protonmail.com>
|
||||
# Maintainer: Vyacheslav Konovalov <🦀vk@protonmail.com>
|
||||
|
||||
pkgname=flux
|
||||
pkgver=0.113.0
|
||||
pkgver=0.117.0
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight scripting language for querying databases (like InfluxDB) and working with data'
|
||||
arch=(i686 x86_64 arm64)
|
||||
arch=('i686' 'x86_64' 'arm64')
|
||||
url='https://github.com/influxdata/flux'
|
||||
license=(MIT)
|
||||
depends=(gcc-libs)
|
||||
makedepends=(git go cargo clang)
|
||||
license=('MIT')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('git' 'go' 'cargo' 'clang')
|
||||
source=("git+https://github.com/influxdata/flux#tag=v$pkgver")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue