From 46fbd83ec56080b493e9b3bfbe322502b83c7c55 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Tue, 5 Dec 2023 14:55:07 -0500 Subject: [PATCH] community/senpai: upgrade to 0.3.0 --- community/senpai/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/senpai/APKBUILD b/community/senpai/APKBUILD index 2060ba7f0cc..8e0711aefa3 100644 --- a/community/senpai/APKBUILD +++ b/community/senpai/APKBUILD @@ -1,16 +1,16 @@ # Contributor: Francesco Camuffo # Maintainer: Francesco Camuffo pkgname=senpai -pkgver=0.2.0 -pkgrel=3 +pkgver=0.3.0 +pkgrel=0 pkgdesc="Your everyday IRC student" -url="https://git.sr.ht/~taiite/senpai" +url="https://sr.ht/~delthas/senpai" arch="all" license="ISC" options="net" makedepends="go scdoc" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~taiite/senpai/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~delthas/senpai/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-v$pkgver" export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}" @@ -30,5 +30,5 @@ package() { } sha512sums=" -ab0a58396058d0b3691c4168755069e4c5b45266531d2d032cd6be95133a60a9ea8ceb274d6920459daacd63788b2232c66113aea7986ac01dc59132994c02a8 senpai-0.2.0.tar.gz +5aa80cc8b3b80d29b503e51377e703cea5fb006c961d677b4afb9e096671b83128a6050c3e70c314ee653d2e8610cd19f47deb1e0a1bfbb125da28e35ca509a5 senpai-0.3.0.tar.gz "