Version bump. All future releases will now be PGP-signed.
This commit is contained in:
parent
c67b1c4006
commit
ec638351e8
|
|
@ -19,3 +19,4 @@ SAFETY_LOCK
|
|||
**/**.zst
|
||||
**/**.network
|
||||
**/**.target
|
||||
**/**.qcow2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Anton Hvornum anton@hvornum.se
|
||||
# Contributor: Anton Hvornum anton@hvornum.se
|
||||
pkgname="archinstall-bin"
|
||||
pkgver="2.0.6"
|
||||
pkgver="2.1.0"
|
||||
pkgdesc="Installs a pre-built binary of ${pkgname}"
|
||||
pkgrel=1
|
||||
url="https://github.com/Torxed/archinstall"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Anton Hvornum <anton@hvornum.se>
|
||||
# Contributor: demostanis worlds <demostanis@protonmail.com>
|
||||
pkgname="archinstall"
|
||||
pkgver="2.0.6"
|
||||
pkgver="2.1.0"
|
||||
pkgdesc="Installs launcher scripts for archinstall"
|
||||
pkgrel=1
|
||||
url="https://github.com/Torxed/archinstall"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: demostanis worlds <demostanis@protonmail.com>
|
||||
|
||||
pkgname="python-archinstall"
|
||||
pkgver="2.0.6"
|
||||
pkgver="2.1.0"
|
||||
pkgdesc="Installs ${pkgname} as a python library."
|
||||
pkgrel=1
|
||||
url="https://github.com/Torxed/archinstall"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ copyright = '2020, Anton Hvornum'
|
|||
author = 'Anton Hvornum'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = 'v2.0.6'
|
||||
release = 'v2.1.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue