-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another updates for Thunderbird standard release. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bc5e291
commit ca08936
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
pkgbase = thunderbird-bin | ||
gives = thunderbird | ||
pkgver = 131.0.1 | ||
pkgver = 133.0 | ||
pkgdesc = Thunderbird is a free email application that's easy to set up and customize and it's loaded with great features! | ||
url = https://www.thunderbird.net/en-US/ | ||
arch = amd64 | ||
maintainer = James Ed Randson <[email protected]> | ||
repology = project: thunderbird | ||
source = https://archive.mozilla.org/pub/thunderbird/releases/131.0.1/linux-x86_64/en-US/thunderbird-131.0.1.tar.bz2 | ||
sha256sums = 7c6a35e4ac8c0496c1c80fa2f59ff5195fcecf1cbfe1279fda863be22d7e12ce | ||
source = https://archive.mozilla.org/pub/thunderbird/releases/133.0/linux-x86_64/en-US/thunderbird-133.0.tar.bz2 | ||
sha256sums = e48c8d10752b228bde7944ae82b91ea282b0fbdadbb1b64eac556ef3aaf9ee49 | ||
|
||
pkgname = thunderbird-bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
pkgname="thunderbird-bin" | ||
gives="thunderbird" | ||
pkgver="131.0.1" | ||
pkgver="133.0" | ||
arch=('amd64') | ||
repology=("project: ${gives}") | ||
source=("https://archive.mozilla.org/pub/${gives}/releases/${pkgver}/linux-x86_64/en-US/${gives}-${pkgver}.tar.bz2") | ||
url="https://www.thunderbird.net/en-US/" | ||
pkgdesc="Thunderbird is a free email application that's easy to set up and customize and it's loaded with great features!" | ||
maintainer=("James Ed Randson <[email protected]>") | ||
arch=('amd64') | ||
sha256sums=("7c6a35e4ac8c0496c1c80fa2f59ff5195fcecf1cbfe1279fda863be22d7e12ce") | ||
source=("https://archive.mozilla.org/pub/${gives}/releases/${pkgver}/linux-x86_64/en-US/${gives}-${pkgver}.tar.bz2") | ||
sha256sums=("e48c8d10752b228bde7944ae82b91ea282b0fbdadbb1b64eac556ef3aaf9ee49") | ||
|
||
package() { | ||
cd "${srcdir}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11245,14 +11245,14 @@ pkgname = thrive-deb | |
--- | ||
pkgbase = thunderbird-bin | ||
gives = thunderbird | ||
pkgver = 131.0.1 | ||
pkgver = 133.0 | ||
pkgdesc = Thunderbird is a free email application that's easy to set up and customize and it's loaded with great features! | ||
url = https://www.thunderbird.net/en-US/ | ||
arch = amd64 | ||
maintainer = James Ed Randson <[email protected]> | ||
repology = project: thunderbird | ||
source = https://archive.mozilla.org/pub/thunderbird/releases/131.0.1/linux-x86_64/en-US/thunderbird-131.0.1.tar.bz2 | ||
sha256sums = 7c6a35e4ac8c0496c1c80fa2f59ff5195fcecf1cbfe1279fda863be22d7e12ce | ||
source = https://archive.mozilla.org/pub/thunderbird/releases/133.0/linux-x86_64/en-US/thunderbird-133.0.tar.bz2 | ||
sha256sums = e48c8d10752b228bde7944ae82b91ea282b0fbdadbb1b64eac556ef3aaf9ee49 | ||
|
||
pkgname = thunderbird-bin | ||
--- | ||
|