Skip to content

Commit f692ea8

Browse files
sovanesyanclaude
andcommitted
Bump version to 0.1.2
Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 95d6da5 commit f692ea8

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "calendarchy"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55

66
[dependencies]

pkg/arch-bin/.SRCINFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pkgbase = calendarchy-bin
22
pkgdesc = Terminal calendar app for Google Calendar and iCloud
3-
pkgver = 0.1.1
3+
pkgver = 0.1.2
44
pkgrel = 1
55
url = https://github.com/sovanesyan/calendarchy
66
arch = x86_64
77
license = MIT
88
provides = calendarchy
99
conflicts = calendarchy
10-
source = calendarchy-bin-0.1.1.tar.gz::https://github.com/sovanesyan/calendarchy/releases/download/v0.1.1/calendarchy-x86_64-unknown-linux-gnu.tar.gz
10+
source = calendarchy-bin-0.1.2.tar.gz::https://github.com/sovanesyan/calendarchy/releases/download/v0.1.2/calendarchy-x86_64-unknown-linux-gnu.tar.gz
1111
sha256sums = SKIP
1212

1313
pkgname = calendarchy-bin

pkg/arch-bin/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Sergey Ovanesyan <sergey@ovanesyan.com>
22
pkgname=calendarchy-bin
3-
pkgver=0.1.1
3+
pkgver=0.1.2
44
pkgrel=1
55
pkgdesc='Terminal calendar app for Google Calendar and iCloud'
66
arch=('x86_64')

pkg/arch/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pkgbase = calendarchy
22
pkgdesc = Terminal calendar app for Google Calendar and iCloud
3-
pkgver = 0.1.1
3+
pkgver = 0.1.2
44
pkgrel = 1
55
url = https://github.com/sovanesyan/calendarchy
66
arch = x86_64
77
license = MIT
88
makedepends = cargo
99
options = !lto
10-
source = calendarchy-0.1.1.tar.gz::https://github.com/sovanesyan/calendarchy/archive/v0.1.1.tar.gz
11-
sha256sums = 6128e47c12ea0658a8d8a0c5f55faec4db5e5619ecd6fa13f8d0946d8f460d38
10+
source = calendarchy-0.1.2.tar.gz::https://github.com/sovanesyan/calendarchy/archive/v0.1.2.tar.gz
11+
sha256sums = SKIP
1212

1313
pkgname = calendarchy

pkg/arch/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Sergey Ovanesyan <sergey@ovanesyan.com>
22
pkgname=calendarchy
3-
pkgver=0.1.1
3+
pkgver=0.1.2
44
pkgrel=1
55
pkgdesc='Terminal calendar app for Google Calendar and iCloud'
66
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
99
makedepends=('cargo')
1010
options=(!lto)
1111
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12-
sha256sums=('6128e47c12ea0658a8d8a0c5f55faec4db5e5619ecd6fa13f8d0946d8f460d38')
12+
sha256sums=('SKIP')
1313

1414
prepare() {
1515
cd "$pkgname-$pkgver"

0 commit comments

Comments
 (0)