apollo-rover-bin: update to 0.26.0

This commit is contained in:
2024-08-25 14:17:49 -06:00
parent 1629a83355
commit 81729b11d8
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.25.0
pkgver=0.26.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=('1a2c115c0186e4dde32d0e4e20f3371b7799168bc5a0b04444acb522e9ad2e0c')
sha256sums=('aea0bb509cca537ae27837e52fd8f068622ab62a90299eeff629b69338df09dc')
package() {
install -D "dist/rover" -t "$pkgdir/usr/bin/"