From 3c1948a658bfc750329a5d7307c615c4a693ecc5 Mon Sep 17 00:00:00 2001 From: Rafael Baboni Dominiquini Date: Tue, 20 Jan 2026 02:35:56 -0300 Subject: [PATCH] Updated: 1.4.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d6c01e5983d3c..a6b23829a0089 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typhoon-bin pkgdesc = A stylish weather app based on Stormcloud - pkgver = 1.3.3 + pkgver = 1.4.0 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.3.3/typhoon_1.3.3_all.deb - sha256sums = 74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48 + source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.4.0/typhoon_1.4.0_all.deb + sha256sums = f3c37c0cc088e650920b7e530e726fd784f4eca2c51ba22a79de92a50370f07e pkgname = typhoon-bin diff --git a/PKGBUILD b/PKGBUILD index 2d96a0159692f..0e66fe9fbcd8e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ _basename=typhoon pkgname=${_basename}-bin pkgdesc="A stylish weather app based on Stormcloud" -pkgver=1.3.3 +pkgver=1.4.0 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=('74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48') +sha256sums=('f3c37c0cc088e650920b7e530e726fd784f4eca2c51ba22a79de92a50370f07e') package() { cd "${pkgdir}"