mirror of
https://github.com/barnumbirr/alacritty-debian.git
synced 2026-03-14 20:55:45 +01:00
v0.5.0.rc4 - update package
This commit is contained in:
parent
8197e06b81
commit
170adbdce4
3 changed files with 8 additions and 2 deletions
|
|
@ -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.5.0-rc3 on Debian Buster.
|
||||
By default this will build alacritty v0.5.0-rc4 on Debian Buster.
|
||||
|
||||
If you want to customize the build at runtime, use the following:
|
||||
|
||||
|
|
|
|||
2
build.sh
2
build.sh
|
|
@ -4,7 +4,7 @@ set -eu
|
|||
|
||||
IMAGE="debian:buster-slim"
|
||||
TARGET="$(dirname "$0" | xargs realpath)"
|
||||
VERSION="v0.5.0-rc3"
|
||||
VERSION="v0.5.0-rc4"
|
||||
|
||||
while getopts "v:i:h" opt
|
||||
do
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
alacritty (0.5.0.rc4-1) unstable; urgency=medium
|
||||
|
||||
* Version 0.5.0.rc4
|
||||
|
||||
-- Martin Simon <me@martinsimon.me> Tue, 28 Jul 2020 00:00:00 +0000
|
||||
|
||||
alacritty (0.5.0.rc3-1) unstable; urgency=medium
|
||||
|
||||
* Version 0.5.0.rc3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue