diff --git a/testing/mold/APKBUILD b/testing/mold/APKBUILD index 212dca7dd77..0f0680fee58 100644 --- a/testing/mold/APKBUILD +++ b/testing/mold/APKBUILD @@ -1,7 +1,7 @@ # Contributor: psykose # Maintainer: psykose pkgname=mold -pkgver=1.2 +pkgver=1.2.1 pkgrel=0 pkgdesc="fast modern linker" url="https://github.com/rui314/mold" @@ -41,7 +41,7 @@ build() { check() { # no idea why it fails - rm test/elf/gdb-index.sh + rm test/elf/mold-wrapper2.sh rm test/elf/versioned-undef.sh rm test/elf/z-text.sh # not supported on musl @@ -55,5 +55,5 @@ package() { } sha512sums=" -1308f5f274867a5d2d2c000a043ce645eff2a0c876fc1bec33c077cd7f5fc0f1f2b983211ca479cebc80f1ed3f3b0ea0d4c8f7e3e7f2124b713354b18ebc8676 mold-1.2.tar.gz +fc39674b00119d09b3275ed7232356f0b25dad1a0f3a498f9db1a4835b6d4f9ea637ca9a643a05591ea895e8751d9bee43cdcb42303beb082462e76ddb42a0f1 mold-1.2.1.tar.gz "