1
0
forked from restitux/aur-test

Upgraded apollo-rover-bin to 0.26.0

This commit is contained in:
2024-08-25 22:13:27 -06:00
parent 8bcda039eb
commit 7c919e8a78
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Maintainer: restitux <restitux at ohea dot xyz> # Maintainer: restitux <restitux at ohea dot xyz>
pkgname=apollo-rover-bin pkgname=apollo-rover-bin
pkgver=0.25.0 pkgver=0.26.0
pkgrel=1 pkgrel=1
pkgdesc="CLI for Apollo's suite of GraphQL developer productivity tools (binary release)" pkgdesc="CLI for Apollo's suite of GraphQL developer productivity tools (binary release)"
arch=('x86_64') arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('gcc-libs' 'zlib') depends=('gcc-libs' 'zlib')
conflicts=('apollo-rover') conflicts=('apollo-rover')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/rover-v$pkgver-x86_64-unknown-linux-gnu.tar.gz") 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() { package() {
install -D "dist/rover" -t "$pkgdir/usr/bin/" install -D "dist/rover" -t "$pkgdir/usr/bin/"
Binary file not shown.