diff options
author | Christopher Schnick | 2025-02-18 17:28:51 +0000 |
---|---|---|
committer | Christopher Schnick | 2025-02-18 17:28:51 +0000 |
commit | cd1fcbe0254db99a670bea44e6e9c522075f0e3f (patch) | |
tree | 7a81125ebf74333d4c8e564d730804608af90338 /PKGBUILD | |
parent | db8a4ab01f3ed11a02034be7c9e0c11513717616 (diff) | |
download | aur-cd1fcbe0254db99a670bea44e6e9c522075f0e3f.tar.gz |
Update to version 15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ # Maintainer: Christopher Schnick <crschnick@xpipe.io> -_fullver="15.0.2" +_fullver="15.1" pkgname="xpipe" -pkgver="15.0.2" +pkgver="15.1" 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=("96dc1a84a9e3b03e3bceae426aae2a7dbf1473a2efb208b38e2127e2f6b67912") -sha256sums_aarch64=("865ee2c009190af76221b1d043f77c5443f53d465a43edd28fe2a541b867c700") +sha256sums_x86_64=("9e3560fdbaa9b70c27c7ac0fd2c15d7b024c1edfef79767e3b7fcfb1052fb8f5") +sha256sums_aarch64=("c7b705e6299a1ab120bad07976c24620abcc346c69f481db3c337f3a394ad350") package() { install -dm0755 "$pkgdir/opt" |