summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schnick2025-05-18 15:52:34 +0000
committerChristopher Schnick2025-05-18 15:52:34 +0000
commit7a13ffff644c6bcf821d4200b48c9a42ee181ade (patch)
tree62dc70c55317f6e3c3ad7f0560757232cd4d6faf
parent3d82982e31c6ba5c13af348156913c34c5346faf (diff)
downloadaur-7a13ffff644c6bcf821d4200b48c9a42ee181ade.tar.gz
Update to version 16.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3272be5f0a1..5a22c055fb18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xpipe
pkgdesc = Your entire server infrastructure at your fingertips
- pkgver = 16.3
+ pkgver = 16.4
pkgrel = 1
epoch = 1
url = https://github.com/xpipe-io/xpipe
@@ -30,9 +30,9 @@ pkgbase = xpipe
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- source_x86_64 = xpipe-16.3-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/16.3/xpipe-portable-linux-x86_64.tar.gz
- sha256sums_x86_64 = cf75e4f4d3795d351be7fc1da38b9ff6f17c9f1cafe173c336b59e3079c105e1
- source_aarch64 = xpipe-16.3-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/16.3/xpipe-portable-linux-arm64.tar.gz
- sha256sums_aarch64 = 2f1ddcca73845fb32ad1e30ea1e203b56d083852b0316da782175f43acc63a7d
+ source_x86_64 = xpipe-16.4-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/16.4/xpipe-portable-linux-x86_64.tar.gz
+ sha256sums_x86_64 = 1f0f7da92b7bd7aa79b929f6f66a4c7711356e57e9a6d1f7169b45019dc02eff
+ source_aarch64 = xpipe-16.4-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/16.4/xpipe-portable-linux-arm64.tar.gz
+ sha256sums_aarch64 = 836206a8688fef03edf8c98704d22136b6b9af86cac76a99db319b247f05b5c8
pkgname = xpipe
diff --git a/PKGBUILD b/PKGBUILD
index 98954add8e34..c3659f683c1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Schnick <crschnick@xpipe.io>
-_fullver="16.3"
+_fullver="16.4"
pkgname="xpipe"
-pkgver="16.3"
+pkgver="16.4"
pkgrel="1"
epoch=1
pkgdesc="Your entire server infrastructure at your fingertips"
@@ -41,8 +41,8 @@ source_x86_64=("${pkgname}-${_fullver}-x86_64.tar.gz::https://github.com/xpipe-i
source_aarch64=("${pkgname}-${_fullver}-arm64.tar.gz::https://github.com/xpipe-io/${pkgname}/releases/download/${_fullver}/xpipe-portable-linux-arm64.tar.gz")
noextract=()
sha256sums=("SKIP" "SKIP" "SKIP")
-sha256sums_x86_64=("cf75e4f4d3795d351be7fc1da38b9ff6f17c9f1cafe173c336b59e3079c105e1")
-sha256sums_aarch64=("2f1ddcca73845fb32ad1e30ea1e203b56d083852b0316da782175f43acc63a7d")
+sha256sums_x86_64=("1f0f7da92b7bd7aa79b929f6f66a4c7711356e57e9a6d1f7169b45019dc02eff")
+sha256sums_aarch64=("836206a8688fef03edf8c98704d22136b6b9af86cac76a99db319b247f05b5c8")
package() {
install -dm0755 "$pkgdir/opt"