Fix: Checksums

This commit is contained in:
Rafael Baboni Dominiquini 2025-12-21 14:46:13 -03:00
parent d538efbd43
commit ca4ce045cc
2 changed files with 2 additions and 2 deletions

View file

@ -20,6 +20,6 @@ pkgbase = typhoon-bin
provides = typhoon
conflicts = typhoon
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3.3/typhoon_1.3.3_all.deb
sha256sums = sha256:74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48
sha256sums = 74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48
pkgname = typhoon-bin

View file

@ -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=('sha256:74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48')
sha256sums=('74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48')
package() {
cd "${pkgdir}"