Upgraded apollo-rover-bin to 0.26.0 #2

Closed
restitux wants to merge 1 commits from main into main
2 changed files with 2 additions and 2 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=('TEST')
sha256sums=('aea0bb509cca537ae27837e52fd8f068622ab62a90299eeff629b69338df09dc')
package() {
install -D "dist/rover" -t "$pkgdir/usr/bin/"
Binary file not shown.