mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
update binary
This commit is contained in:
parent
7c8bc4757c
commit
5aff7ffcbe
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,12 +1,12 @@
|
|||
pkgbase = steampipe-bin
|
||||
pkgdesc = Steampipe CLI
|
||||
pkgver = 0.23.1
|
||||
pkgver = 0.23.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/turbot/steampipe
|
||||
arch = x86_64
|
||||
license = AGPL-3.0
|
||||
provides = steampipe
|
||||
source = steampipe-0.23.1-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.23.1/steampipe_linux_amd64.tar.gz
|
||||
sha256sums = c45847d7f360318bc57ec618ccd52c8e49e9153c5f0cbb8fb7de0418aeaff21b
|
||||
source = steampipe-0.23.2-1.tgz::https://github.com/turbot/steampipe/releases/download/v0.23.2/steampipe_linux_amd64.tar.gz
|
||||
sha256sums = 8ced74e84a4db0ac8c357e06263288133be0f6dfcdd675a4b52e3662c8a22507
|
||||
|
||||
pkgname = steampipe-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Ulrich Schreiner <ulrich.schreiner@gmail.com>
|
||||
|
||||
pkgname=steampipe-bin
|
||||
pkgver=0.23.1
|
||||
pkgver=0.23.2
|
||||
pkgrel=1
|
||||
pkgdesc='Steampipe CLI'
|
||||
url='https://github.com/turbot/steampipe'
|
||||
|
|
@ -9,7 +9,7 @@ license=('AGPL-3.0')
|
|||
arch=('x86_64')
|
||||
provides=('steampipe')
|
||||
source=("steampipe-$pkgver-$pkgrel.tgz::https://github.com/turbot/steampipe/releases/download/v$pkgver/steampipe_linux_amd64.tar.gz")
|
||||
sha256sums=('c45847d7f360318bc57ec618ccd52c8e49e9153c5f0cbb8fb7de0418aeaff21b')
|
||||
sha256sums=('8ced74e84a4db0ac8c357e06263288133be0f6dfcdd675a4b52e3662c8a22507')
|
||||
|
||||
package() {
|
||||
tar xzf $srcdir/steampipe-$pkgver-$pkgrel.tgz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue