From 49d376fe56328f8ec4af0ae3fa92530dcdf8096b Mon Sep 17 00:00:00 2001 From: Mark Wagie Date: Fri, 17 Jan 2025 10:56:06 -0700 Subject: [PATCH] 261.250116.0 --- .SRCINFO | 6 +++--- .gitignore | 4 +++- .nvchecker.toml | 5 +++++ LICENSE | 9 +++++++++ PKGBUILD | 4 ++-- 5 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 .nvchecker.toml create mode 100644 LICENSE diff --git a/.SRCINFO b/.SRCINFO index 15ab439a58b7..1159a3ed00ad 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = tutanota-desktop pkgdesc = The desktop client for Tutanota, the secure e-mail service. - pkgver = 259.250113.0 + pkgver = 261.250116.0 pkgrel = 1 url = https://tuta.com/secure-email arch = x86_64 @@ -14,11 +14,11 @@ pkgbase = tutanota-desktop depends = gtk3 depends = libsecret depends = nss - source = git+https://github.com/tutao/tutanota.git#tag=tutanota-desktop-release-259.250113.0 + source = git+https://github.com/tutao/tutanota.git#tag=tutanota-desktop-release-261.250116.0 source = git+https://github.com/P-H-C/phc-winner-argon2.git source = git+https://github.com/open-quantum-safe/liboqs.git source = tutanota-desktop.desktop - sha256sums = 87fc93bc59e1d57abb19f5f23f51061a4077dcd12e8e06e62e2e28a0cecfcbdd + sha256sums = a40e9545e47b18d8ded8f175d5ed02b4631645f78dc8709986e088ac53a8e4ac sha256sums = SKIP sha256sums = SKIP sha256sums = d6fef99f41fe18008e44b5930aee26dc2f79ef753d770cbdb946d9e17ac9b7d7 diff --git a/.gitignore b/.gitignore index 6643e5b7172a..ce2e196de2c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # Ignore everything -* +/* # But not these files... !.gitignore !PKGBUILD !.SRCINFO +!.nvchecker.toml +!LICENSE !tutanota-desktop.desktop diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..fbd77b070b82 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,5 @@ +[tutanota-desktop] +source = "git" +git = "https://github.com/tutao/tutanota.git" +prefix = "tutanota-desktop-release-" +include_regex = "tutanota-desktop.*" diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000000..733e88560b9d --- /dev/null +++ b/LICENSE @@ -0,0 +1,9 @@ +Binary files, as well as any files describing changes ("patches") to the software that is being built are excluded from this license. They are provided under the license terms of the software they describe changes for. + +Any files containing a license notice are excluded from this license. They are provided under the license terms defined in their respective notices. + +Copyright 2024 Arch Linux Contributors + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/PKGBUILD b/PKGBUILD index 1ca22d938edd..26df6a8b23e5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Aaron J. Graves # Contributor: ganthern pkgname=tutanota-desktop -pkgver=259.250113.0 +pkgver=261.250116.0 pkgrel=1 pkgdesc="The desktop client for Tutanota, the secure e-mail service." arch=('x86_64') @@ -25,7 +25,7 @@ source=("git+https://github.com/tutao/tutanota.git#tag=$pkgname-release-$pkgver" 'git+https://github.com/P-H-C/phc-winner-argon2.git' 'git+https://github.com/open-quantum-safe/liboqs.git' "$pkgname.desktop") -sha256sums=('87fc93bc59e1d57abb19f5f23f51061a4077dcd12e8e06e62e2e28a0cecfcbdd' +sha256sums=('a40e9545e47b18d8ded8f175d5ed02b4631645f78dc8709986e088ac53a8e4ac' 'SKIP' 'SKIP' 'd6fef99f41fe18008e44b5930aee26dc2f79ef753d770cbdb946d9e17ac9b7d7')