summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmy Wilson2019-02-28 13:27:08 +1100
committerAmy Wilson2019-02-28 13:27:08 +1100
commit536a64b3bfbf7c2e9968765f2c8851000e549085 (patch)
tree18655676d0a794e85dcce30194eaa9d41acd5bcf
parentfc9247812e2c12a91250bc135b6b50b941d3c75f (diff)
downloadaur-536a64b3bfbf7c2e9968765f2c8851000e549085.tar.gz
Update to version 1.3.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6d1a6729b4b..e2aedc211ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amy Wilson <awils_1 at xsmail dot com>
pkgname="wyvern"
-pkgver="1.2.0"
+pkgver="1.3.0"
pkgrel="1"
pkgdesc="Command-line tool written in rust that is meant to make downloading GOG games and associated activities easier and faster on linux."
arch=("x86_64")
@@ -9,7 +9,7 @@ license=("GPL")
makedepends=("rust")
depends=("curl")
source=("https://git.sr.ht/%7Enicohman/$pkgname/archive/${pkgver}.tar.gz")
-sha256sums=('50385a48ce9c6f4fbb06aa3037d56b8cb4458f7eaf6ed9ff05307ddea93c4d8b')
+sha256sums=('aa85c75a13fb19cf4a9d36a46f337a864d2228451d9dcadc8f5fa0510ac8071e')
build() {
cd ${pkgname}-${pkgver}