Skip to content

Commit

Permalink
upd(thunderbird-bin): 131.0.1 -> 133.0 (#6838)
Browse files Browse the repository at this point in the history
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
jimed-rand and pre-commit-ci[bot] authored Jan 9, 2025
1 parent bc5e291 commit ca08936
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/thunderbird-bin/.SRCINFO
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
8 changes: 4 additions & 4 deletions packages/thunderbird-bin/thunderbird-bin.pacscript
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}"
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit ca08936

Please sign in to comment.