-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update thunderbird-bin.pacscript (Update into 133.0)
- Loading branch information
1 parent
f6b764f
commit 2eaa270
Showing
1 changed file
with
4 additions
and
4 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,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}" | ||
|