diff options
author | weilinfox | 2023-02-06 21:00:26 +0800 |
---|---|---|
committer | weilinfox | 2023-02-06 21:00:26 +0800 |
commit | 6daa7c3a4789372ff779c49642db736a53024694 (patch) | |
tree | c849dc14780f0db4a33bc8a2d1c6e8e978122133 | |
parent | 7066b452c417db13d0b07d22fdc7cdbb27e10b41 (diff) | |
download | aur-6daa7c3a4789372ff779c49642db736a53024694.tar.gz |
Bump to v0.0.11
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = thlink-client pkgdesc = Touhou Project Game Netplay Tool (client) - pkgver = 0.0.10 + pkgver = 0.0.11 pkgrel = 1 url = https://github.com/weilinfox/youmu-thlink/ arch = x86_64 arch = aarch64 license = AGPL3 makedepends = go - source = https://github.com/weilinfox/youmu-thlink/archive/refs/tags/v0.0.10.tar.gz - md5sums = cf9b74f54d2b8237295e2b056d16c1ec + source = https://github.com/weilinfox/youmu-thlink/archive/refs/tags/v0.0.11.tar.gz + md5sums = 7d6d2d7f9f2193f065757209fa3f316f pkgname = thlink-client @@ -1,7 +1,7 @@ # Maintainer: weilinfox <weilinfox at yzzi dot icu> pkgname=thlink-client -pkgver=0.0.10 +pkgver=0.0.11 pkgrel=1 pkgdesc="Touhou Project Game Netplay Tool (client)" arch=('x86_64' 'aarch64') @@ -10,7 +10,7 @@ license=('AGPL3') depends=() makedepends=('go') source=("https://github.com/weilinfox/youmu-thlink/archive/refs/tags/v$pkgver.tar.gz") -md5sums=("cf9b74f54d2b8237295e2b056d16c1ec") +md5sums=("7d6d2d7f9f2193f065757209fa3f316f") build() { cd "youmu-thlink-$pkgver" |