Skip to content

Commit

Permalink
upd(mold-bin): 2.34.0 -> 2.34.1 (#6501)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 authored Oct 7, 2024
1 parent 99c88b7 commit 0b3f1d5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
26 changes: 13 additions & 13 deletions packages/mold-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = mold-bin
gives = mold
pkgver = 2.34.0
pkgver = 2.34.1
pkgdesc = A modern linker
url = https://github.com/rui314/mold
arch = amd64
Expand All @@ -13,17 +13,17 @@ pkgbase = mold-bin
breaks = mold-bin
maintainer = wizard-28 <wiz28@pm.me>
repology = project: mold
source_amd64 = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-x86_64-linux.tar.gz
sha256sums_amd64 = 0405c58d9afb47dad44912faa21a8fc2f8835352434b458c3ae9665e6581d1cb
source_arm64 = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-aarch64-linux.tar.gz
sha256sums_arm64 = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_armhf = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-arm-linux.tar.gz
sha256sums_armhf = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_ppc64el = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-ppc64le-linux.tar.gz
sha256sums_ppc64el = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_riscv64 = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-riscv64-linux.tar.gz
sha256sums_riscv64 = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_s390x = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-s390x-linux.tar.gz
sha256sums_s390x = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_amd64 = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-x86_64-linux.tar.gz
sha256sums_amd64 = dafd02fe19c51818aa22c9d569393616b1a85a2220d6fb32ba3728d351074e59
source_arm64 = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-aarch64-linux.tar.gz
sha256sums_arm64 = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1
source_armhf = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-arm-linux.tar.gz
sha256sums_armhf = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1
source_ppc64el = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-ppc64le-linux.tar.gz
sha256sums_ppc64el = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1
source_riscv64 = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-riscv64-linux.tar.gz
sha256sums_riscv64 = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1
source_s390x = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-s390x-linux.tar.gz
sha256sums_s390x = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1

pkgname = mold-bin
14 changes: 7 additions & 7 deletions packages/mold-bin/mold-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainer=("wizard-28 <wiz28@pm.me>")

pkgname="mold-bin"
gives="mold"
pkgver="2.34.0"
pkgver="2.34.1"
url="https://github.com/rui314/mold"
arch=("amd64" "arm64" "armhf" "ppc64el" "riscv64" "s390x")
source_amd64=("${url}/releases/download/v${pkgver}/mold-${pkgver}-x86_64-linux.tar.gz")
Expand All @@ -17,12 +17,12 @@ source_armhf=("${url}/releases/download/v${pkgver}/mold-${pkgver}-arm-linux.tar.
source_ppc64el=("${url}/releases/download/v${pkgver}/mold-${pkgver}-ppc64le-linux.tar.gz")
source_riscv64=("${url}/releases/download/v${pkgver}/mold-${pkgver}-riscv64-linux.tar.gz")
source_s390x=("${url}/releases/download/v${pkgver}/mold-${pkgver}-s390x-linux.tar.gz")
sha256sums_amd64=("0405c58d9afb47dad44912faa21a8fc2f8835352434b458c3ae9665e6581d1cb")
sha256sums_arm64=("e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a")
sha256sums_armhf=("e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a")
sha256sums_ppc64el=("e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a")
sha256sums_riscv64=("e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a")
sha256sums_s390x=("e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a")
sha256sums_amd64=("dafd02fe19c51818aa22c9d569393616b1a85a2220d6fb32ba3728d351074e59")
sha256sums_arm64=("ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1")
sha256sums_armhf=("ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1")
sha256sums_ppc64el=("ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1")
sha256sums_riscv64=("ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1")
sha256sums_s390x=("ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1")

pkgdesc="A modern linker"
breaks=("${gives}-git" "${pkgname}")
Expand Down
26 changes: 13 additions & 13 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -6489,7 +6489,7 @@ pkgname = moka-icon-theme
---
pkgbase = mold-bin
gives = mold
pkgver = 2.34.0
pkgver = 2.34.1
pkgdesc = A modern linker
url = https://github.com/rui314/mold
arch = amd64
Expand All @@ -6502,18 +6502,18 @@ pkgbase = mold-bin
breaks = mold-bin
maintainer = wizard-28 <wiz28@pm.me>
repology = project: mold
source_amd64 = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-x86_64-linux.tar.gz
sha256sums_amd64 = 0405c58d9afb47dad44912faa21a8fc2f8835352434b458c3ae9665e6581d1cb
source_arm64 = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-aarch64-linux.tar.gz
sha256sums_arm64 = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_armhf = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-arm-linux.tar.gz
sha256sums_armhf = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_ppc64el = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-ppc64le-linux.tar.gz
sha256sums_ppc64el = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_riscv64 = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-riscv64-linux.tar.gz
sha256sums_riscv64 = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_s390x = https://github.com/rui314/mold/releases/download/v2.34.0/mold-2.34.0-s390x-linux.tar.gz
sha256sums_s390x = e1f5c611e2450e27ea936fa33824ae860f6cbb5c7db67e73e801cee38725946a
source_amd64 = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-x86_64-linux.tar.gz
sha256sums_amd64 = dafd02fe19c51818aa22c9d569393616b1a85a2220d6fb32ba3728d351074e59
source_arm64 = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-aarch64-linux.tar.gz
sha256sums_arm64 = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1
source_armhf = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-arm-linux.tar.gz
sha256sums_armhf = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1
source_ppc64el = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-ppc64le-linux.tar.gz
sha256sums_ppc64el = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1
source_riscv64 = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-riscv64-linux.tar.gz
sha256sums_riscv64 = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1
source_s390x = https://github.com/rui314/mold/releases/download/v2.34.1/mold-2.34.1-s390x-linux.tar.gz
sha256sums_s390x = ea5f1266b92aa17c262210766dfd7cfd6637a6a94ac4c75e5def50d534ca24c1

pkgname = mold-bin
---
Expand Down

0 comments on commit 0b3f1d5

Please sign in to comment.