Skip to content

Commit

Permalink
Bump version to 0.7.20beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigm committed May 12, 2021
1 parent ddcd141 commit a926999
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# modify it under the terms of the GNU General Public License
# version 2 as published by the Free Software Foundation.
#
# Copyright (c) 2012-2020 Daniel Thau <[email protected]>
# Copyright (c) 2012-2021 Daniel Thau <[email protected]>
#
# This creates a script which can be used to install or update a Bedrock Linux
# system.
Expand Down Expand Up @@ -131,7 +131,7 @@
#
# make check

BEDROCK_VERSION=0.7.20beta2
BEDROCK_VERSION=0.7.20beta3
CODENAME=Poki
ARCHITECTURE=$(shell ./detect_arch.sh | head -n1)
FILE_ARCH_NAME=$(shell ./detect_arch.sh | awk 'NR==2')
Expand Down
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.7.20beta3

- Fixed brl-fetch solus
- Improved ssl handling portability
- Switched from busybox wget to curl

# 0.7.20beta2

- Fix busybox latest stable version detection
Expand Down
25 changes: 20 additions & 5 deletions releases
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,26 @@
# Current release #
###################

https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta3/bedrock-linux-0.7.20beta3-aarch64.sh

#################
# Past releases #
#################

https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta2/bedrock-linux-0.7.20beta2-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta2/bedrock-linux-0.7.20beta2-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta2/bedrock-linux-0.7.20beta2-ppc64le.sh
Expand All @@ -52,11 +72,6 @@ https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20be
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta2/bedrock-linux-0.7.20beta2-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta2/bedrock-linux-0.7.20beta2-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta2/bedrock-linux-0.7.20beta2-aarch64.sh

#################
# Past releases #
#################

https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta1/bedrock-linux-0.7.20beta1-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta1/bedrock-linux-0.7.20beta1-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20beta1/bedrock-linux-0.7.20beta1-ppc64le.sh
Expand Down

0 comments on commit a926999

Please sign in to comment.