Skip to content

Commit

Permalink
upd(librewolf-deb): 130.0-3 -> 130.0.1-1 (pacstall#6508)
Browse files Browse the repository at this point in the history
I re-commit this based on mistaken on previous commit. Now ready to
merge.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and bibelin committed Oct 9, 2024
1 parent b46b949 commit cd55bb4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
9 changes: 6 additions & 3 deletions packages/librewolf-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pkgbase = librewolf-deb
gives = librewolf
pkgver = 130.0-3
pkgver = 130.0.1-1
pkgdesc = A fork of Firefox, focused on privacy, security and freedom
arch = amd64
arch = arm64
breaks = librewolf-app
breaks = librewolf-bin
breaks = librewolf-git
Expand All @@ -11,7 +12,9 @@ pkgbase = librewolf-deb
maintainer = Oren Klopfer <[email protected]>
maintainer = James Ed Randson <[email protected]>
repology = project: librewolf
source = https://deb.librewolf.net/pool/jammy/librewolf-130.0-3.en-US.ubuntu22.x86_64.deb
sha256sums = 47453fa691d7a2ffc4bacbe90c0baf74963c2c7dba55d5ab9b34acb69f2205d0
source_amd64 = https://repo.librewolf.net/pool/librewolf-130.0.1-1-linux-x86_64-deb.deb
sha256sums_amd64 = bfefd455dafea1d8629f668f272bd56bdf285079ff5cad814b25066837d4f8c6
source_arm64 = https://repo.librewolf.net/pool/librewolf-130.0.1-1-linux-arm64-deb.deb
sha256sums_arm64 = 7c09cbb32f7a368e9cd3ca7ca8e734a94505f84c2d2e42477eca39998fbcca9f

pkgname = librewolf-deb
10 changes: 6 additions & 4 deletions packages/librewolf-deb/librewolf-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ maintainer=(
"James Ed Randson <[email protected]>"
)
incompatible=('debian:bullseye')
arch=("amd64")
pkgver="130.0-3"
source=("https://deb.librewolf.net/pool/jammy/${gives}-${pkgver}.en-US.ubuntu22.x86_64.deb")
sha256sums=("47453fa691d7a2ffc4bacbe90c0baf74963c2c7dba55d5ab9b34acb69f2205d0")
arch=("amd64" "arm64")
pkgver="130.0.1-1"
source_amd64=("https://repo.librewolf.net/pool/${gives}-${pkgver}-linux-x86_64-deb.deb")
sha256sums_amd64=("bfefd455dafea1d8629f668f272bd56bdf285079ff5cad814b25066837d4f8c6")
source_arm64=("https://repo.librewolf.net/pool/${gives}-${pkgver}-linux-arm64-deb.deb")
sha256sums_arm64=("7c09cbb32f7a368e9cd3ca7ca8e734a94505f84c2d2e42477eca39998fbcca9f")
9 changes: 6 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -5455,9 +5455,10 @@ pkgname = librewolf-app
---
pkgbase = librewolf-deb
gives = librewolf
pkgver = 130.0-3
pkgver = 130.0.1-1
pkgdesc = A fork of Firefox, focused on privacy, security and freedom
arch = amd64
arch = arm64
breaks = librewolf-app
breaks = librewolf-bin
breaks = librewolf-git
Expand All @@ -5466,8 +5467,10 @@ pkgbase = librewolf-deb
maintainer = Oren Klopfer <[email protected]>
maintainer = James Ed Randson <[email protected]>
repology = project: librewolf
source = https://deb.librewolf.net/pool/jammy/librewolf-130.0-3.en-US.ubuntu22.x86_64.deb
sha256sums = 47453fa691d7a2ffc4bacbe90c0baf74963c2c7dba55d5ab9b34acb69f2205d0
source_amd64 = https://repo.librewolf.net/pool/librewolf-130.0.1-1-linux-x86_64-deb.deb
sha256sums_amd64 = bfefd455dafea1d8629f668f272bd56bdf285079ff5cad814b25066837d4f8c6
source_arm64 = https://repo.librewolf.net/pool/librewolf-130.0.1-1-linux-arm64-deb.deb
sha256sums_arm64 = 7c09cbb32f7a368e9cd3ca7ca8e734a94505f84c2d2e42477eca39998fbcca9f

pkgname = librewolf-deb
---
Expand Down

0 comments on commit cd55bb4

Please sign in to comment.