makedeb


firefox-en-us-bin 125.0.3-1


Web Browser - (English (American))

Click here to go back to the commit logs for firefox-en-us-bin.

Commit:


Hash: 8b68c6d8b9183f967a8f72c930225ea5d9f29bb7

Message: PKGBUILD --> Put pkgver variable in the archive source url and SKIP sha256sums for the same file

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 2a1a044..c288f03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = firefox-en-us-bin
 	source = https://download-installer.cdn.mozilla.net/pub/firefox/releases/97.0/linux-x86_64/en-US/firefox-97.0.tar.bz2
 	source = firefox.desktop
 	source = https://design.firefox.com/product-identity/firefox/firefox/firefox-logo.svg
-	sha256sums = 3d0f74790fe6ff5e38324222ab0c47e10edb31970ed67c6dd7a1c84e7017d1a5
+	sha256sums = SKIP
 	sha256sums = db66405fabd6109a1380d6e7c3ab8e9aa78f0d93a171189f0e2e6f33c55f6122
 	sha256sums = 6ce8d871a3d23d337c20ab10f916eb3558cc60e46621147bd4d5a2764b4cc71a
 
diff --git a/PKGBUILD b/PKGBUILD
index c48fd9c..3f71bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@ url="https://download.mozilla.org"
 license=('Mozilla Public License 2.0')
 provides=('firefox')
 conflicts=('firefox')
-source=("https://download-installer.cdn.mozilla.net/pub/firefox/releases/97.0/linux-x86_64/en-US/firefox-97.0.tar.bz2"
+source=("https://download-installer.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-x86_64/en-US/firefox-$pkgver.tar.bz2"
         "firefox.desktop"
         "https://design.firefox.com/product-identity/firefox/firefox/firefox-logo.svg")
-sha256sums=('3d0f74790fe6ff5e38324222ab0c47e10edb31970ed67c6dd7a1c84e7017d1a5'
+sha256sums=('SKIP'
             'db66405fabd6109a1380d6e7c3ab8e9aa78f0d93a171189f0e2e6f33c55f6122'
             '6ce8d871a3d23d337c20ab10f916eb3558cc60e46621147bd4d5a2764b4cc71a')