From 0109ed34fac5a54addac33c489d9d2044ff701fa Mon Sep 17 00:00:00 2001 From: Rafael Baboni Dominiquini Date: Tue, 20 Jan 2026 03:04:14 -0300 Subject: [PATCH] Updated: 1.4.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a6b23829a0089..5ed2448946205 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typhoon-bin pkgdesc = A stylish weather app based on Stormcloud - pkgver = 1.4.0 + pkgver = 1.4.1 pkgrel = 1 url = https://github.com/archisman-panigrahi/typhoon arch = any @@ -19,7 +19,7 @@ pkgbase = typhoon-bin depends = libportal provides = typhoon conflicts = typhoon - source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.4.0/typhoon_1.4.0_all.deb - sha256sums = f3c37c0cc088e650920b7e530e726fd784f4eca2c51ba22a79de92a50370f07e + source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.4.1/typhoon_1.4.1_all.deb + sha256sums = cf2afaa9d89c59a50f3f7ceb067f4ce2752449e6528e330a169b8ba1a904592d pkgname = typhoon-bin diff --git a/PKGBUILD b/PKGBUILD index 0e66fe9fbcd8e..6f122214d9ed3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ _basename=typhoon pkgname=${_basename}-bin pkgdesc="A stylish weather app based on Stormcloud" -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 arch=('any') @@ -19,7 +19,7 @@ depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'python-cai makedepends=('tar') source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb") -sha256sums=('f3c37c0cc088e650920b7e530e726fd784f4eca2c51ba22a79de92a50370f07e') +sha256sums=('cf2afaa9d89c59a50f3f7ceb067f4ce2752449e6528e330a169b8ba1a904592d') package() { cd "${pkgdir}"