extra/dump_syms to 2.3.3-1

This commit is contained in:
Kevin Mihelich 2024-06-04 23:58:55 +00:00
parent 7714a679ab
commit 26615d7449
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = dump_syms
pkgdesc = Symbol dumper for Firefox
pkgver = 2.3.1
pkgrel = 2
pkgver = 2.3.3
pkgrel = 1
url = https://github.com/mozilla/dump_syms
arch = x86_64
license = Apache-2.0 OR MIT
@ -10,7 +10,7 @@ pkgbase = dump_syms
depends = gcc-libs
depends = glibc
options = !lto
source = git+https://github.com/mozilla/dump_syms#tag=v2.3.1
b2sums = a018041c9de88ef0d34e07ecc4c7a88756cf9a9fa60b6758bd1b50a9acde4201ed416def26edaf8a5bcafd046e3acf549ae3d2266129c02a7eaee76389908dfd
source = git+https://github.com/mozilla/dump_syms#tag=v2.3.3
b2sums = eb6a3ece0f686d5995237737b0e5895de33590e063124c4f26d839feba66b6d62dfb8781f85f710997762ce6f4a8ab0cdb005a889fa7c39b4e899546cc50c734
pkgname = dump_syms

View file

@ -5,8 +5,8 @@
# - set ARM targets for cargo fetch
pkgname=dump_syms
pkgver=2.3.1
pkgrel=2
pkgver=2.3.3
pkgrel=1
pkgdesc="Symbol dumper for Firefox"
url="https://github.com/mozilla/dump_syms"
arch=(x86_64)
@ -21,7 +21,7 @@ makedepends=(
)
options=(!lto)
source=("git+$url#tag=v$pkgver")
b2sums=('a018041c9de88ef0d34e07ecc4c7a88756cf9a9fa60b6758bd1b50a9acde4201ed416def26edaf8a5bcafd046e3acf549ae3d2266129c02a7eaee76389908dfd')
b2sums=('eb6a3ece0f686d5995237737b0e5895de33590e063124c4f26d839feba66b6d62dfb8781f85f710997762ce6f4a8ab0cdb005a889fa7c39b4e899546cc50c734')
# Use LTO
#export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1