summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Lisowski2023-07-31 10:32:20 +0200
committerMichał Lisowski2023-07-31 10:32:20 +0200
commitca67527c82ff27819dd804adafde32ed8a102d69 (patch)
tree9cf385114cc0b80b920abb9fe5f3d99430fdd6b2 /PKGBUILD
parent35f53d3778839fa908635766c87e44973a48dbce (diff)
downloadaur-thunderbird-conversations.tar.gz
Update to 4.0.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f7a4b72ade2..e7c2dd5d1aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michał Lisowski <lisu@riseup.net>
pkgname=thunderbird-conversations
-pkgver=4.0.19
+pkgver=4.0.26
pkgrel=1
pkgdesc="GMail-like conversation view for Thunderbird"
arch=('any')
@@ -10,7 +10,7 @@ license=('MPL' 'GPL2' 'LGPL2.1')
depends=('thunderbird')
makedepends=('git' 'npm' 'zip')
source=("https://github.com/protz/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('65f6f30205e9a4d3a5c80a338173a1d4')
+md5sums=('7e86c511bd712f2cb065e69b9e1c539a')
prepare() {
cd "${pkgname}-${pkgver}"