Skip to content

Commit 995a8ee

Browse files
author
Etch Developer
committed
chore: bump version to 0.2.2
1 parent 23b3096 commit 995a8ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etch"
3-
version = "1.0.0"
3+
version = "0.2.2" # Auto-generated at compile time from git tags/commits
44
edition = "2021"
55
authors = ["Aaron"]
66
description = "A transparent, trustworthy ISO-to-USB writer for Linux"

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=etch
2-
pkgver=1.0.0
2+
pkgver=0.2.2
33
pkgrel=1
44
pkgdesc="A minimal, fast, and reliable USB/ISO writer for Linux"
55
arch=('x86_64' 'aarch64')
@@ -18,7 +18,7 @@ makedepends=(
1818
'pkg-config'
1919
'libxcb'
2020
)
21-
source=("git+${url}.git#tag=v${pkgver}")
21+
source=("git+${url}.git#branch=main-stable")
2222
sha256sums=('SKIP')
2323

2424
build() {

0 commit comments

Comments
 (0)