mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
chore: 0.0.58-1
This commit is contained in:
parent
8ce778b318
commit
7cb8150fbf
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = 1code
|
||||
pkgdesc = Best UI for Claude Code with local and remote agent execution
|
||||
pkgver = 0.0.57
|
||||
pkgver = 0.0.58
|
||||
pkgrel = 1
|
||||
url = https://github.com/21st-dev/1code
|
||||
arch = x86_64
|
||||
|
|
@ -16,9 +16,9 @@ pkgbase = 1code
|
|||
conflicts = 1code-bin
|
||||
conflicts = 1code-git
|
||||
options = !strip
|
||||
source = 1code-0.0.57.tar.gz::https://github.com/21st-dev/1code/archive/refs/tags/v0.0.57.tar.gz
|
||||
source = 1code-0.0.58.tar.gz::https://github.com/21st-dev/1code/archive/refs/tags/v0.0.58.tar.gz
|
||||
source = 1code.desktop
|
||||
sha256sums = 4894465cad90f2a792f4585955772b6c108c16e49fec222d77defe81127a4b5a
|
||||
sha256sums = 9e72870ba9058e247c21fef5ed0a7532985c813575f1e2e5bf8549a10dc191de
|
||||
sha256sums = 3ef29244e4af479309b5c61185bf5274dd72d40ddab8ec2b85a632ba27a9195d
|
||||
|
||||
pkgname = 1code
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Insidious Fiddler <aur[at]codycody31[dot]dev>
|
||||
pkgname=1code
|
||||
pkgver=0.0.57
|
||||
pkgver=0.0.58
|
||||
pkgrel=1
|
||||
pkgdesc="Best UI for Claude Code with local and remote agent execution"
|
||||
arch=('x86_64')
|
||||
|
|
@ -13,7 +13,7 @@ conflicts=("$pkgname-bin" "$pkgname-git")
|
|||
options=('!strip')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz"
|
||||
"$pkgname.desktop")
|
||||
sha256sums=('4894465cad90f2a792f4585955772b6c108c16e49fec222d77defe81127a4b5a'
|
||||
sha256sums=('9e72870ba9058e247c21fef5ed0a7532985c813575f1e2e5bf8549a10dc191de'
|
||||
'3ef29244e4af479309b5c61185bf5274dd72d40ddab8ec2b85a632ba27a9195d')
|
||||
|
||||
# ci/cd flag: gh repo for auto updates
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue