summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans Gaiser2024-04-24 23:13:51 +0200
committerHans Gaiser2024-04-24 23:13:51 +0200
commit0c93bfc57d3d900bc0cc33239fe930edd4b47222 (patch)
tree51d38deabfda5d132dfe3565700e15ee1722da3a /PKGBUILD
parent2c176c08a418db21b4ec8d0e6733e1af9858e2c9 (diff)
downloadaur-moonshine.tar.gz
Bump to v0.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dea7bb6793bb..8269110f00ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hans Gaiser <hansg91@email.com>
pkgname=moonshine
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc="Streaming server for Moonlight clients, written in Rust."
arch=('x86_64')
url="https://github.com/hgaiser/moonshine"
@@ -27,7 +27,7 @@ source=(
"https://github.com/hgaiser/moonshine/archive/refs/tags/v$pkgver.tar.gz"
"moonshine.service"
)
-sha256sums=('d5bb92bca0731a955064c62460a6e81c1d8ded969d43cc8b637e7c3c3795c52a'
+sha256sums=('33321f30c6637e27f3b50d8da293c027b8946fb496d432b040110ed8a6505f5b'
'dc1d8e62f3a3d6b6af11f0c6418a29ba6889301e48d23b50d15cdde4f8e81099')
build() {