diff --git a/.SRCINFO b/.SRCINFO index b3a769764e71a..132ece8bf2c6e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typhoon-bin pkgdesc = A stylish weather app based on Stormcloud - pkgver = 1.4.2 + pkgver = 1.4.3 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.2/typhoon_1.4.2_all.deb - sha256sums = 0e07c5bdd63308ad8329f464d92d74b32911604dc100615597ab4e372bb853bf + source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.4.3/typhoon_1.4.3_all.deb + sha256sums = 51a5d9597129c5c1a983a120778dd4f46e210d70665e5c49f8133c55752ffcf4 pkgname = typhoon-bin diff --git a/PKGBUILD b/PKGBUILD index 5d37bfb304d93..a0f109bf5d798 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.2 +pkgver=1.4.3 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=('0e07c5bdd63308ad8329f464d92d74b32911604dc100615597ab4e372bb853bf') +sha256sums=('51a5d9597129c5c1a983a120778dd4f46e210d70665e5c49f8133c55752ffcf4') package() { cd "${pkgdir}"