makedeb
Web Browser - (English (American))
Click here to go back to the commit logs for thunderbird-en-us-bin.
Hash: 7627ab0312e1fbacc0db951ba5bbaff4e63f6c3b
Message: PKGBUILD --> Put pkgver variable in the archive source url and SKIP sha256sums for the same file
diff --git a/.SRCINFO b/.SRCINFO
index e489217..f286d0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = thunderbird-en-us-bin
source = https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/91.6.0/linux-x86_64/en-US/thunderbird-91.6.0.tar.bz2
source = thunderbird.desktop
source = https://style.thunderbird.net/images/product-identity-assets/thunderbird-logo.svg
- sha256sums = d3860a48ac7064cf30f075a4a8ac7503125489eb8ecedb4a122165bbbb14bb35
+ sha256sums = SKIP
sha256sums = 3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb
sha256sums = 45cf970656506706aaa577c4f543f2395a604299cc45159172e4e41a8257a0cc
diff --git a/PKGBUILD b/PKGBUILD
index 0dd8eda..96e2ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@ url="https://www.mozilla.org/thunderbird"
license=('Mozilla Public License 2.0')
provides=('thunderbird')
conflicts=('thunderbird')
-source=("https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/91.6.0/linux-x86_64/en-US/thunderbird-91.6.0.tar.bz2"
+source=("https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/$pkgver/linux-x86_64/en-US/thunderbird-$pkgver.tar.bz2"
"thunderbird.desktop"
"https://style.thunderbird.net/images/product-identity-assets/thunderbird-logo.svg")
-sha256sums=('d3860a48ac7064cf30f075a4a8ac7503125489eb8ecedb4a122165bbbb14bb35'
+sha256sums=('SKIP'
'3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
'45cf970656506706aaa577c4f543f2395a604299cc45159172e4e41a8257a0cc')