diff --git a/CHANGES.md b/CHANGES.md index e69acd5..ff171ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,6 +28,9 @@ VERSION ファイルを上げただけの場合は変更履歴記録は不要。 - @melpon ## タイムライン +- 2024-12-14 [RELEASE] m131.6778.4.0 + - apt_install_arm.sh の `apt update` のコメントアウトを解除 + - @torikizi - 2024-11-25 [RELEASE] m131.6778.3.1 - @melpon - 2024-11-25 [FIX] `*.inc` ファイルもリリースに含める diff --git a/VERSION b/VERSION index 4f811e3..fda0905 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -WEBRTC_BUILD_VERSION=131.6778.3.1 -WEBRTC_VERSION=131.6778.3 -WEBRTC_READABLE_VERSION=M131.6778@{#3} -WEBRTC_COMMIT=8445abdf8069cadcbd134369b70d0ebd436ef477 +WEBRTC_BUILD_VERSION=131.6778.4.0 +WEBRTC_VERSION=131.6778.4 +WEBRTC_READABLE_VERSION=M131.6778@{#4} +WEBRTC_COMMIT=79aff54b0fa9238ce3518dd9eaf9610cd6f22e82 diff --git a/scripts/apt_install_arm.sh b/scripts/apt_install_arm.sh index 45b99a8..58122c1 100755 --- a/scripts/apt_install_arm.sh +++ b/scripts/apt_install_arm.sh @@ -5,7 +5,7 @@ set -ex # grub-efi-amd64-signed がエラーになるので hold で回避する # ref: https://github.com/community/community/discussions/47863 apt-mark hold grub-efi-amd64-signed -# apt-get update --fix-missing +apt-get update --fix-missing # apt-get upgrade # Ubuntu 18.04 では tzdata を noninteractive にしないと実行が止まってしまう