Skip to content

Commit

Permalink
Bump to version 3.0.1 (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed authored Nov 23, 2024
1 parent 7eb1f47 commit aa80f8c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Contributor: demostanis worlds <[email protected]>

pkgname=archinstall
pkgver=3.0.0
pkgver=3.0.1
pkgrel=1
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=(any)
Expand Down Expand Up @@ -47,13 +47,11 @@ provides=(python-archinstall archinstall)
conflicts=(python-archinstall archinstall-git)
replaces=(python-archinstall archinstall-git)
source=(
$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
$pkgname-$pkgver.tar.gz.sig::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.sig
$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
$pkgname-$pkgver.tar.gz.sig::$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig
)
sha512sums=('64cb3593c5091b3885ad14ef073cfab31090b4f9bcb4405b18cf9b19adb5ca42255ba8891ec62e21f92d59872541ef6d94f186fb05c625822af63525441e08d9'
'SKIP')
b2sums=('9c0ec0871841804377ba8310dc744711adcec4eed7319a8d89d684af8e7b822bb9d47540b00f4d746a9fcd7b9ea1b9e07bac773e6c28fabc760e4df38b16748b'
'SKIP')
sha512sums=()
b2sums=()
validpgpkeys=('256F73CEEFC6705C6BBAB20E5FBBB32941E3740A') # Anton Hvornum (Torxed) <[email protected]>

pkgver() {
Expand Down
2 changes: 1 addition & 1 deletion archinstall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
_: Any


__version__ = "3.0.0"
__version__ = "3.0.1"
storage['__version__'] = __version__

# add the custom _ as a builtin, it can now be used anywhere in the
Expand Down
Binary file modified archinstall/locales/fr/LC_MESSAGES/base.mo
Binary file not shown.
Binary file modified archinstall/locales/sv/LC_MESSAGES/base.mo
Binary file not shown.

0 comments on commit aa80f8c

Please sign in to comment.