diff --git a/.SRCINFO b/.SRCINFO index 250f0f6..793f2fd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = phanpy-bin pkgdesc = A minimalistic opinionated Mastodon web client - pkgver = 2025.01.26.24f03f5 + pkgver = 2025.03.12.4e6820d pkgrel = 11 url = https://github.com/cheeaun/phanpy/ arch = x86_64 license = MIT provides = phanpy conflicts = phanpy - source = https://github.com/cheeaun/phanpy/releases/download/2025.01.26.24f03f5/phanpy-dist.tar.gz - sha256sums = a2cffea786d81f22ae791be6ce99ee63d0babb8d5811621bf39cc257bdac7216 + source = https://github.com/cheeaun/phanpy/releases/download/2025.03.12.4e6820d/phanpy-dist.tar.gz + sha256sums = eeed32f513189e8d08ade50db695bdec903f9f35356d074ff42a41d19364daea pkgname = phanpy-bin diff --git a/PKGBUILD b/PKGBUILD index c55a488..0f9f5b9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ #Maintainer: Bjoern Franke pkgname=phanpy-bin -_pkgver=2025.01.26.24f03f5 +_pkgver=2025.03.12.4e6820d pkgver=${_pkgver//-/.} pkgrel=11 pkgdesc="A minimalistic opinionated Mastodon web client" @@ -10,7 +10,7 @@ license=('MIT') provides=('phanpy') conflicts=('phanpy') source=("https://github.com/cheeaun/phanpy/releases/download/${_pkgver}/phanpy-dist.tar.gz") -sha256sums=('a2cffea786d81f22ae791be6ce99ee63d0babb8d5811621bf39cc257bdac7216') +sha256sums=('eeed32f513189e8d08ade50db695bdec903f9f35356d074ff42a41d19364daea') package() { cd ${srcdir}