summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-07-16 21:57:43 +0100
committerJoão Figueiredo2023-07-16 21:57:43 +0100
commitda51b130510c12e9dee7e62d2a113ce795c26e5e (patch)
treed9eec79e47111c8c767ede031bf2e57148084278
parentda3b74c4b1715e554639be2264f0a09c28b192b9 (diff)
downloadaur-da51b130510c12e9dee7e62d2a113ce795c26e5e.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82ca74386ecc..79ea9e0bc9e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fishnet-bin
pkgdesc = Distributed Stockfish analysis for lichess.org
- pkgver = 2.6.10
- pkgrel = 3
+ pkgver = 2.7.0
+ pkgrel = 1
url = https://github.com/lichess-org/fishnet
arch = x86_64
license = GPL
provides = fishnet
conflicts = fishnet
- source = https://github.com/lichess-org/fishnet/releases/download/v2.6.10/fishnet-v2.6.10-x86_64-unknown-linux-gnu
- sha256sums = 688f546ef4ba58f9cf091e7730e489139a282241be3784c4eecedda524763c4f
+ source = https://github.com/lichess-org/fishnet/releases/download/v2.7.0/fishnet-v2.7.0-x86_64-unknown-linux-gnu
+ sha256sums = 0deb0dc7336448e90574e93fb058005db74d7e2f6d901a461984d6e810263471
pkgname = fishnet-bin
diff --git a/PKGBUILD b/PKGBUILD
index f0dc61cd3204..3032ecc1b9ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: João Figueiredo <islandc0der@chaotic.cx>
pkgname=fishnet-bin
-pkgver=2.6.10
-pkgrel=3
+pkgver=2.7.0
+pkgrel=1
pkgdesc='Distributed Stockfish analysis for lichess.org'
arch=(x86_64)
url='https://github.com/lichess-org/fishnet'
@@ -10,7 +10,7 @@ license=(GPL)
conflicts=(${pkgname%-bin})
provides=(${pkgname%-bin})
source=("$url/releases/download/v$pkgver/fishnet-v$pkgver-$arch-unknown-linux-gnu")
-sha256sums=('688f546ef4ba58f9cf091e7730e489139a282241be3784c4eecedda524763c4f')
+sha256sums=('0deb0dc7336448e90574e93fb058005db74d7e2f6d901a461984d6e810263471')
package() {
install -Dm755 fishnet-v$pkgver-$arch-unknown-linux-gnu "$pkgdir/usr/bin/fishnet"