Skip to content

Commit f0fa8bb

Browse files
sovanesyanclaude
andcommitted
Bump version to 0.1.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0c31c73 commit f0fa8bb

3 files changed

Lines changed: 5 additions & 5 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 = "calendarchy"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55

66
[dependencies]

pkg/arch-bin/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Serge Ovanesyan
22
pkgname=calendarchy-bin
3-
pkgver=0.1.3
3+
pkgver=0.1.4
44
pkgrel=1
55
pkgdesc='Terminal calendar app for Google Calendar and iCloud'
66
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
99
provides=('calendarchy')
1010
conflicts=('calendarchy')
1111
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/calendarchy-x86_64-unknown-linux-gnu.tar.gz")
12-
sha256sums=('b4973df728276c54aa54404e62e00e324a33c84959b0fe7ce34c38a2280d189c')
12+
sha256sums=('SKIP')
1313

1414
package() {
1515
install -Dm755 calendarchy "$pkgdir/usr/bin/calendarchy"

pkg/arch/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Serge Ovanesyan
22
pkgname=calendarchy
3-
pkgver=0.1.3
3+
pkgver=0.1.4
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=('14f730b5b8c3ee53349c2e422ef6ca3888ff9f2c1273c5781080216dd2dc5e71')
12+
sha256sums=('SKIP')
1313

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

0 commit comments

Comments
 (0)