diff options
author | Mark Wagie | 2023-01-05 08:03:46 -0700 |
---|---|---|
committer | Mark Wagie | 2023-01-05 08:03:46 -0700 |
commit | c1fc213a75d981c1ac8aa3a0637ce7768f54ad6b (patch) | |
tree | 979b0424dd5da6ffcf3e776e10f07e831de63bd2 | |
parent | 4a7162425c122eb6cccd5f98cbaedd514a9a1f8f (diff) | |
download | aur-c1fc213a75d981c1ac8aa3a0637ce7768f54ad6b.tar.gz |
3.106.5
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ pkgbase = tutanota-desktop-bin pkgdesc = Official Tutanota email client - pkgver = 3.106.4 + pkgver = 3.106.5 pkgrel = 1 url = https://tutanota.com arch = x86_64 @@ -15,11 +15,11 @@ pkgbase = tutanota-desktop-bin conflicts = tutanota-desktop conflicts = tutanota-desktop-linux replaces = tutanota-desktop-linux - source = tutanota-desktop-3.106.4.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage - source = linux-sig-3.106.4.bin::https://mail.tutanota.com/desktop/linux-sig.bin - source = tutao-pub-3.106.4.pem::https://github.com/tutao/tutanota/raw/tutanota-desktop-release-3.106.4/tutao-pub.pem - sha512sums = 6d58430c48a0be4d8369579d014ed7aa80a5e5b21df8a17c59c8371356c63349e66a0bb79bf9a593b724dd33700323e6bb92ada02a185c567c8c71da23eede7d - sha512sums = c24f2c3698b51ebc0205349950ab4665e38220628fc6bccebb6b635566b52fd625dfa4be99bccf60af9773f55754c59f49f2bf62b575bc60bb89d39297f64362 + source = tutanota-desktop-3.106.5.AppImage::https://mail.tutanota.com/desktop/tutanota-desktop-linux.AppImage + source = linux-sig-3.106.5.bin::https://mail.tutanota.com/desktop/linux-sig.bin + source = tutao-pub-3.106.5.pem::https://github.com/tutao/tutanota/raw/tutanota-desktop-release-3.106.5/tutao-pub.pem + sha512sums = 046fa0cecd728c2bb6235ffac5c8d797909c2f34af24b96462645fe936ff615c491d98f924847956d1e7311ecb1c742753c9f8e51c706fc7a4c546a4b79a41a0 + sha512sums = 3a5295c4c1210f7f634d3593e224d2e85caf4f89761e3da9ddca1a5e81fa48e3caaee1be590975e6205ede2589d588852ff854df376b68d5c061834d95c68898 sha512sums = 7c6cf9f1074c08b4d38567ced95159c0809af025efe01b0163d9bb5107daabfa873064255186c071a7dc3a9177ccd0c1b2fcc8b085bdbff234965a6710b3ae45 pkgname = tutanota-desktop-bin @@ -1,7 +1,7 @@ # Maintainer: Mark Wagie <mark dot wagie at tutanota dot com> # Co-Maintainer: Aaron J. Graves <linux@ajgraves.com> pkgname=tutanota-desktop-bin -pkgver=3.106.4 +pkgver=3.106.5 pkgrel=1 pkgdesc="Official Tutanota email client" arch=('x86_64') @@ -16,8 +16,8 @@ source=("${pkgname%-bin}-$pkgver.AppImage::https://mail.tutanota.com/desktop/${p provides=("${pkgname%-bin}") conflicts=("${pkgname%-bin}" "${pkgname%-bin}-linux") replaces=("${pkgname%-bin}-linux") -sha512sums=('6d58430c48a0be4d8369579d014ed7aa80a5e5b21df8a17c59c8371356c63349e66a0bb79bf9a593b724dd33700323e6bb92ada02a185c567c8c71da23eede7d' - 'c24f2c3698b51ebc0205349950ab4665e38220628fc6bccebb6b635566b52fd625dfa4be99bccf60af9773f55754c59f49f2bf62b575bc60bb89d39297f64362' +sha512sums=('046fa0cecd728c2bb6235ffac5c8d797909c2f34af24b96462645fe936ff615c491d98f924847956d1e7311ecb1c742753c9f8e51c706fc7a4c546a4b79a41a0' + '3a5295c4c1210f7f634d3593e224d2e85caf4f89761e3da9ddca1a5e81fa48e3caaee1be590975e6205ede2589d588852ff854df376b68d5c061834d95c68898' '7c6cf9f1074c08b4d38567ced95159c0809af025efe01b0163d9bb5107daabfa873064255186c071a7dc3a9177ccd0c1b2fcc8b085bdbff234965a6710b3ae45') prepare() { |