apollo-rover-bin: update to 0.25.0

This commit is contained in:
2024-08-01 10:18:31 -06:00
parent ccdf690584
commit 1629a83355
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Maintainer: restitux <restitux at ohea dot xyz>
pkgname=apollo-rover-bin
pkgver=0.23.0
pkgver=0.25.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=('e37d49c9121073b43e90fd3fa0e9a1594a3d77500e062e7096f453532592eb69')
sha256sums=('1a2c115c0186e4dde32d0e4e20f3371b7799168bc5a0b04444acb522e9ad2e0c')
package() {
install -D "dist/rover" -t "$pkgdir/usr/bin/"