From 793ebed7130ecd0ad0f7f2785d7fa2c321d5e63c Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Mon, 24 Mar 2025 11:42:04 -0400 Subject: [PATCH] update version --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 793f2fd..c6604d4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = phanpy-bin pkgdesc = A minimalistic opinionated Mastodon web client - pkgver = 2025.03.12.4e6820d + pkgver = 2025.03.22.85d964f 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.03.12.4e6820d/phanpy-dist.tar.gz - sha256sums = eeed32f513189e8d08ade50db695bdec903f9f35356d074ff42a41d19364daea + source = https://github.com/cheeaun/phanpy/releases/download/2025.03.22.85d964f/phanpy-dist.tar.gz + sha256sums = 17c052e523c48ed7077a602da78135688ec9d32bd2bad33f685b6e0fce1c39e1 pkgname = phanpy-bin diff --git a/PKGBUILD b/PKGBUILD index 0f9f5b9..667f5fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ #Maintainer: Bjoern Franke pkgname=phanpy-bin -_pkgver=2025.03.12.4e6820d +_pkgver=2025.03.22.85d964f 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=('eeed32f513189e8d08ade50db695bdec903f9f35356d074ff42a41d19364daea') +sha256sums=('17c052e523c48ed7077a602da78135688ec9d32bd2bad33f685b6e0fce1c39e1') package() { cd ${srcdir}