diff options
author | Christopher Schnick | 2025-03-23 08:37:53 +0000 |
---|---|---|
committer | Christopher Schnick | 2025-03-23 08:37:53 +0000 |
commit | 58cc62c1e98dfbd779e93af010c6db9af14a4170 (patch) | |
tree | edf6945d397117795769b9d4fa792ebd2a79d5dc | |
parent | 451954bdf4360b406b9e93d2a9c7ec75e0b9a186 (diff) | |
download | aur-58cc62c1e98dfbd779e93af010c6db9af14a4170.tar.gz |
Update to version 15.8
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ pkgbase = xpipe pkgdesc = Your entire server infrastructure at your fingertips - pkgver = 15.7.1 + pkgver = 15.8 pkgrel = 1 epoch = 1 url = https://github.com/xpipe-io/xpipe @@ -29,9 +29,9 @@ pkgbase = xpipe sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP - source_x86_64 = xpipe-15.7.1-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/15.7.1/xpipe-portable-linux-x86_64.tar.gz - sha256sums_x86_64 = 949ec9263fc9a846a86c864a7ae7089cb2b1c98d9245c97a21cedce7b14ac91c - source_aarch64 = xpipe-15.7.1-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/15.7.1/xpipe-portable-linux-arm64.tar.gz - sha256sums_aarch64 = 9dc0b5480ac1a9a63a91a4d0ade1da1603a98b2502cf1ce71a21757a769799a3 + source_x86_64 = xpipe-15.8-x86_64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/15.8/xpipe-portable-linux-x86_64.tar.gz + sha256sums_x86_64 = 9bb2fd7e66ed26dcfe3366bc6cef77164823579a88aeab5342fa6a614df7f35a + source_aarch64 = xpipe-15.8-arm64.tar.gz::https://github.com/xpipe-io/xpipe/releases/download/15.8/xpipe-portable-linux-arm64.tar.gz + sha256sums_aarch64 = ef4ceb5722ed566096359e64e8b6d1c71f850d661e7014848d2b7ba87fd2bef9 pkgname = xpipe @@ -1,8 +1,8 @@ # Maintainer: Christopher Schnick <crschnick@xpipe.io> -_fullver="15.7.1" +_fullver="15.8" pkgname="xpipe" -pkgver="15.7.1" +pkgver="15.8" 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=("949ec9263fc9a846a86c864a7ae7089cb2b1c98d9245c97a21cedce7b14ac91c") -sha256sums_aarch64=("9dc0b5480ac1a9a63a91a4d0ade1da1603a98b2502cf1ce71a21757a769799a3") +sha256sums_x86_64=("9bb2fd7e66ed26dcfe3366bc6cef77164823579a88aeab5342fa6a614df7f35a") +sha256sums_aarch64=("ef4ceb5722ed566096359e64e8b6d1c71f850d661e7014848d2b7ba87fd2bef9") package() { install -dm0755 "$pkgdir/opt" |