apollo-rover-bin: update to 0.23.0

This commit is contained in:
2024-04-19 23:40:40 -06:00
parent 001f56c9fc
commit 7c49affb6c
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
pkgbase = apollo-rover-bin
pkgdesc = CLI for Apollo's suite of GraphQL developer productivity tools (binary release)
pkgver = 0.22.0
pkgver = 0.23.0
pkgrel = 1
url = https://github.com/apollographql/rover
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = apollo-rover-bin
depends = gcc-libs
depends = zlib
conflicts = apollo-rover
source = apollo-rover-bin-0.22.0.tar.gz::https://github.com/apollographql/rover/releases/download/v0.22.0/rover-v0.22.0-x86_64-unknown-linux-gnu.tar.gz
sha256sums = 75ccd0e41459b99e8054ee1c40077d8bcf1faf55e979d7fb7bec3dafc9c4b2f9
source = apollo-rover-bin-0.23.0.tar.gz::https://github.com/apollographql/rover/releases/download/v0.23.0/rover-v0.23.0-x86_64-unknown-linux-gnu.tar.gz
sha256sums = e37d49c9121073b43e90fd3fa0e9a1594a3d77500e062e7096f453532592eb69
pkgname = apollo-rover-bin
+2 -2
View File
@@ -1,7 +1,7 @@
# Maintainer: restitux <restitux at ohea dot xyz>
pkgname=apollo-rover-bin
pkgver=0.22.0
pkgver=0.23.0
pkgrel=1
pkgdesc="CLI for Apollo's suite of GraphQL developer productivity tools (binary release)"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('gcc-libs' 'zlib')
conflicts=('apollo-rover')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/rover-v$pkgver-x86_64-unknown-linux-gnu.tar.gz")
sha256sums=('75ccd0e41459b99e8054ee1c40077d8bcf1faf55e979d7fb7bec3dafc9c4b2f9')
sha256sums=('e37d49c9121073b43e90fd3fa0e9a1594a3d77500e062e7096f453532592eb69')
package() {
install -D "dist/rover" -t "$pkgdir/usr/bin/"