From d72bca4e8f5263ea96b424cd3ff33b1903c617a6 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 25 Apr 2023 15:40:00 +0200 Subject: [PATCH] v0.12.0 - new upstream release Still useful for few people :) Close #9 --- README.md | 2 +- build.sh | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58df699..28cfd0d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo ```bash user@hostname$ ./build.sh ``` -By default this will build alacritty v0.11.0 on Debian Buster. +By default this will build alacritty v0.12.0 on Debian Bullseye. If you want to customize the build at runtime, use the following: diff --git a/build.sh b/build.sh index 80a8efb..e139fbd 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -eu IMAGE="debian:bullseye-slim" TARGET="$(dirname "$0" | xargs realpath)" -VERSION="v0.11.0" +VERSION="v0.12.0" while getopts "v:i:h" opt do diff --git a/debian/changelog b/debian/changelog index 3d23e4a..192d705 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +alacritty (0.12.0) unstable; urgency=medium + + * New upstream release + + -- Martin Simon Thu, 25 Apr 2023 00:00:00 +0000 + alacritty (0.11.0-1) unstable; urgency=medium * New upstream release