mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
chore: 0.0.55-1
This commit is contained in:
parent
0026e99ca9
commit
78fa12de04
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = 1code
|
||||
pkgdesc = Best UI for Claude Code with local and remote agent execution
|
||||
pkgver = 0.0.54
|
||||
pkgrel = 2
|
||||
pkgver = 0.0.55
|
||||
pkgrel = 1
|
||||
url = https://github.com/21st-dev/1code
|
||||
arch = x86_64
|
||||
license = Apache-2.0
|
||||
|
|
@ -16,9 +16,9 @@ pkgbase = 1code
|
|||
conflicts = 1code-bin
|
||||
conflicts = 1code-git
|
||||
options = !strip
|
||||
source = 1code-0.0.54.tar.gz::https://github.com/21st-dev/1code/archive/refs/tags/v0.0.54.tar.gz
|
||||
source = 1code-0.0.55.tar.gz::https://github.com/21st-dev/1code/archive/refs/tags/v0.0.55.tar.gz
|
||||
source = 1code.desktop
|
||||
sha256sums = b8cc8461dc3bf6d91ab683d8deef939089e0d4cad60b1ea40b4dccf784acfbf8
|
||||
sha256sums = d38a6abc4039c6e255805e9e2e9fb58501d5a697b069ea7c3a9f10ebc87b010c
|
||||
sha256sums = 3ef29244e4af479309b5c61185bf5274dd72d40ddab8ec2b85a632ba27a9195d
|
||||
|
||||
pkgname = 1code
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Insidious Fiddler <aur[at]codycody31[dot]dev>
|
||||
pkgname=1code
|
||||
pkgver=0.0.54
|
||||
pkgrel=2
|
||||
pkgver=0.0.55
|
||||
pkgrel=1
|
||||
pkgdesc="Best UI for Claude Code with local and remote agent execution"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/21st-dev/1code"
|
||||
|
|
@ -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=('b8cc8461dc3bf6d91ab683d8deef939089e0d4cad60b1ea40b4dccf784acfbf8'
|
||||
sha256sums=('d38a6abc4039c6e255805e9e2e9fb58501d5a697b069ea7c3a9f10ebc87b010c'
|
||||
'3ef29244e4af479309b5c61185bf5274dd72d40ddab8ec2b85a632ba27a9195d')
|
||||
|
||||
# ci/cd flag: gh repo for auto updates
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue