Skip to content

Commit 1f64822

Browse files
committed
update ins
1 parent c19df18 commit 1f64822

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ins/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: paperbenni <[email protected]>
22
pkgname=ins
3-
pkgver=0.7.13
3+
pkgver=0.8.2
44
pkgrel=1
55
pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations"
66
arch=('x86_64')
@@ -13,8 +13,8 @@ optdepends=(
1313
'kitty: default terminal for scratchpad'
1414
)
1515
source=("$pkgname-$pkgver.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v$pkgver.tar.gz")
16-
sha256sums=('SKIP') # Will be calculated after first release
17-
options=('!lto') # Disable LTO as recommended for Rust packages
16+
sha256sums=('SKIP') # Will be calculated after first release
17+
options=('!lto') # Disable LTO as recommended for Rust packages
1818

1919
prepare() {
2020
cd "instantCLI-$pkgver"

0 commit comments

Comments
 (0)