mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
update to 2025.08.26
This commit is contained in:
parent
0f8dfdfa5a
commit
1fc4531d96
2 changed files with 16 additions and 16 deletions
22
.SRCINFO
22
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vtm-bin
|
||||
pkgdesc = A text-based desktop environment that runs console applications in floating windows and allows remote access over tunnelling protocols such as SSH.(Prebuilt version)
|
||||
pkgver = 2025.08.24
|
||||
pkgver = 2025.08.26
|
||||
pkgrel = 1
|
||||
url = https://github.com/directvt/vtm
|
||||
arch = aarch64
|
||||
|
|
@ -8,18 +8,18 @@ pkgbase = vtm-bin
|
|||
arch = i686
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
provides = vtm=2025.08.24
|
||||
provides = vtm=2025.08.26
|
||||
conflicts = vtm
|
||||
backup = etc/vtm/settings.xml
|
||||
source = LICENSE-2025.08.24::https://raw.githubusercontent.com/directvt/vtm/v2025.08.24/LICENSE
|
||||
source = LICENSE-2025.08.26::https://raw.githubusercontent.com/directvt/vtm/v2025.08.26/LICENSE
|
||||
sha256sums = b7d69c3a45e98eb80ff9cd48d00334d72002d9d0f96b523f8feb33263af22e12
|
||||
source_aarch64 = vtm-2025.08.24-aarch64.zip::https://github.com/directvt/vtm/releases/download/v2025.08.24/vtm_linux_arm64.zip
|
||||
sha256sums_aarch64 = 114fe656e5881e463761db4b995ac326301b727881b9dea4bae10aa8f924a453
|
||||
source_armv7h = vtm-2025.08.24-armv7h.zip::https://github.com/directvt/vtm/releases/download/v2025.08.24/vtm_linux_arm32.zip
|
||||
sha256sums_armv7h = a6aed5aa887b5c1297fae5116e59cf7c88bc08c9c30391132519c0af6e726ef7
|
||||
source_i686 = vtm-2025.08.24-i686.zip::https://github.com/directvt/vtm/releases/download/v2025.08.24/vtm_linux_x86.zip
|
||||
sha256sums_i686 = ce5d7a9734983db5643810399dd7e21e1eb00b14e63872dfd1648e9f99fead78
|
||||
source_x86_64 = vtm-2025.08.24-x86_64.zip::https://github.com/directvt/vtm/releases/download/v2025.08.24/vtm_linux_x86_64.zip
|
||||
sha256sums_x86_64 = 97f73e894946e064dcded4f4b4f5d9ca1e1f1ff0c9ec137860832bc5fe9d5661
|
||||
source_aarch64 = vtm-2025.08.26-aarch64.zip::https://github.com/directvt/vtm/releases/download/v2025.08.26/vtm_linux_arm64.zip
|
||||
sha256sums_aarch64 = 7c9d6f16cfe4b9edc0bac01cff79b27cf9fcbf8cd8b961504b7be3c16d3eb27b
|
||||
source_armv7h = vtm-2025.08.26-armv7h.zip::https://github.com/directvt/vtm/releases/download/v2025.08.26/vtm_linux_arm32.zip
|
||||
sha256sums_armv7h = ab4e376ddaf06387efc3a6a97c1a15d148d0760b40382636fab4fe664f9ef7ff
|
||||
source_i686 = vtm-2025.08.26-i686.zip::https://github.com/directvt/vtm/releases/download/v2025.08.26/vtm_linux_x86.zip
|
||||
sha256sums_i686 = 565d527ba76b9df04ea503c1bcc0b53c40a36e5e23b82bb354108b352dc53605
|
||||
source_x86_64 = vtm-2025.08.26-x86_64.zip::https://github.com/directvt/vtm/releases/download/v2025.08.26/vtm_linux_x86_64.zip
|
||||
sha256sums_x86_64 = 0b5f945b8957da28a0580446208d8b06208cde18eea90ecebe25e3f75681e9cd
|
||||
|
||||
pkgname = vtm-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
|
||||
# Contributor: Asuka Minato <asukaminato at nyan dot eu dot org>
|
||||
pkgname=vtm-bin
|
||||
pkgver=2025.08.24
|
||||
pkgver=2025.08.26
|
||||
pkgrel=1
|
||||
pkgdesc="A text-based desktop environment that runs console applications in floating windows and allows remote access over tunnelling protocols such as SSH.(Prebuilt version)"
|
||||
arch=(
|
||||
|
|
@ -24,10 +24,10 @@ source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.zip::${url}/releases/download/v
|
|||
source_i686=("${pkgname%-bin}-${pkgver}-i686.zip::${url}/releases/download/v${pkgver}/${pkgname%-bin}_linux_x86.zip")
|
||||
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.zip::${url}/releases/download/v${pkgver}/${pkgname%-bin}_linux_x86_64.zip")
|
||||
sha256sums=('b7d69c3a45e98eb80ff9cd48d00334d72002d9d0f96b523f8feb33263af22e12')
|
||||
sha256sums_aarch64=('114fe656e5881e463761db4b995ac326301b727881b9dea4bae10aa8f924a453')
|
||||
sha256sums_armv7h=('a6aed5aa887b5c1297fae5116e59cf7c88bc08c9c30391132519c0af6e726ef7')
|
||||
sha256sums_i686=('ce5d7a9734983db5643810399dd7e21e1eb00b14e63872dfd1648e9f99fead78')
|
||||
sha256sums_x86_64=('97f73e894946e064dcded4f4b4f5d9ca1e1f1ff0c9ec137860832bc5fe9d5661')
|
||||
sha256sums_aarch64=('7c9d6f16cfe4b9edc0bac01cff79b27cf9fcbf8cd8b961504b7be3c16d3eb27b')
|
||||
sha256sums_armv7h=('ab4e376ddaf06387efc3a6a97c1a15d148d0760b40382636fab4fe664f9ef7ff')
|
||||
sha256sums_i686=('565d527ba76b9df04ea503c1bcc0b53c40a36e5e23b82bb354108b352dc53605')
|
||||
sha256sums_x86_64=('0b5f945b8957da28a0580446208d8b06208cde18eea90ecebe25e3f75681e9cd')
|
||||
prepare() {
|
||||
bsdtar -xf "${srcdir}/${pkgname%-bin}"*.tar
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue