Update opencode-pty to version 0.1.4

This commit is contained in:
Yakov Till 2026-01-09 03:50:35 +01:00
parent 274469aa65
commit 405592f06e
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = opencode-pty
pkgdesc = OpenCode plugin for interactive PTY management - run background processes, send input, read output with regex filtering
pkgver = 0.1.2
pkgver = 0.1.4
pkgrel = 1
url = https://github.com/shekohex/opencode-pty
install = opencode-pty.install
@ -10,7 +10,7 @@ pkgbase = opencode-pty
depends = opencode
options = !strip
options = !debug
source = opencode-pty-0.1.2.tgz::https://registry.npmjs.org/opencode-pty/-/opencode-pty-0.1.2.tgz
sha256sums = db34c27e7d3ece5b9dbd0c801e74843c44ce8a242b34047d24ebae77546386c8
source = opencode-pty-0.1.4.tgz::https://registry.npmjs.org/opencode-pty/-/opencode-pty-0.1.4.tgz
sha256sums = 056d309bd4130082295dbbcbc2e273017ce3fdfb8a58003b57a140a79f2b89ab
pkgname = opencode-pty

View file

@ -2,7 +2,7 @@
pkgname=opencode-pty
_pkgname=opencode-pty
pkgver=0.1.2
pkgver=0.1.4
pkgrel=1
pkgdesc="OpenCode plugin for interactive PTY management - run background processes, send input, read output with regex filtering"
arch=('any')
@ -14,7 +14,7 @@ options=('!strip' '!debug')
install=$pkgname.install
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/$_pkgname/-/$_pkgname-$pkgver.tgz")
sha256sums=('db34c27e7d3ece5b9dbd0c801e74843c44ce8a242b34047d24ebae77546386c8')
sha256sums=('056d309bd4130082295dbbcbc2e273017ce3fdfb8a58003b57a140a79f2b89ab')
latestver() {
curl -fsSL "https://registry.npmjs.org/$_pkgname/latest" | jq -r '.version'