This commit is contained in:
exkc 2022-08-12 05:52:36 +08:00
parent ebdfab5a1f
commit bc3f82c51a
4 changed files with 19 additions and 18 deletions

View File

@ -131,7 +131,7 @@
#
# make check
BEDROCK_VERSION=0.7.28beta1
BEDROCK_VERSION=0.7.28-loongarch64
CODENAME=Poki
ARCHITECTURE=$(shell ./detect_arch.sh | head -n1)
FILE_ARCH_NAME=$(shell ./detect_arch.sh | awk 'NR==2')

View File

@ -1,7 +1,8 @@
# 0.7.28beta1
# 0.7.28
- Improved brl-fetch handling of GPT and multi-partition images
- Removed redundant Ubuntu vt.handoff hack handling
- Fixed brl-fetch arch, artix, gentoo, exherbo
# 0.7.27

View File

@ -37,21 +37,21 @@
# Current release #
###################
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28beta1/bedrock-linux-0.7.28beta1-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-aarch64.sh
#################
# Past releases #

View File

@ -71,7 +71,7 @@ setup_pacman() {
}
fetch() {
bootstrap_deps="artools-base util-linux gettext pacman"
bootstrap_deps="artools-base util-linux gettext pacman artix-keyring"
step "Downloading package information database"
download "${target_mirror}/system/os/${distro_arch}/system.db.tar.gz" "${bootstrap_dir}/system.db.tar.gz"