meson/pkgbuild: bump version to 1.6.2

This commit is contained in:
Daniel Eklöf 2020-12-21 15:58:25 +01:00
parent 7c3cb008ec
commit c6a53d5e33
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,6 @@
# Changelog
* [1.6.2](#1-6-2)
* [1.6.1](#1-6-1)
* [1.6.0](#1-6-0)
* [1.5.4](#1-5-4)
@ -19,6 +20,13 @@
* [1.2.0](#1-2-0)
## 1.6.2
### Fixed
* Version number in `meson.build`.
## 1.6.1
### Added

View file

@ -1,5 +1,5 @@
pkgname=('foot-git' 'foot-terminfo-git')
pkgver=1.6.0
pkgver=1.6.2
pkgrel=1
arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/foot

View file

@ -1,5 +1,5 @@
project('foot', 'c',
version: '1.6.0',
version: '1.6.2',
license: 'MIT',
meson_version: '>=0.53.0',
default_options: [