summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornulldev2022-05-29 23:26:33 -0400
committernulldev2022-05-29 23:26:33 -0400
commit3b4d60dbc302bf0e66e4b3d82048f52ec17bfbb5 (patch)
tree3dd75a75f7228b3585a0d7adf2bf4a92b38612f3
parent43f7fbc5531f9bbb09a966ab029d1a298900dd94 (diff)
downloadaur-3b4d60dbc302bf0e66e4b3d82048f52ec17bfbb5.tar.gz
Bump to v1.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5935b157ea5b..60eedd734a22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pterodactyl-wings-bin
pkgdesc = The server control plane for Pterodactyl Panel - binary package
- pkgver = 1.6.1
+ pkgver = 1.6.3
pkgrel = 1
url = https://pterodactyl.io/
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = pterodactyl-wings-bin
options = !strip
source = pterodactyl-wings.service
sha256sums = 62dfff25f9bdae4769f4201ed30e7c2bfca54611bee75512c5626e74c764f46e
- source_x86_64 = pterodactyl-wings-x86_64::https://github.com/pterodactyl/wings/releases/download/v1.6.1/wings_linux_amd64
+ source_x86_64 = pterodactyl-wings-x86_64::https://github.com/pterodactyl/wings/releases/download/v1.6.3/wings_linux_amd64
sha256sums_x86_64 = 28a3d0a334559e1d4b0bc36e0ac90e44a20654b64512a898af0ad42472bb1156
- source_aarch64 = pterodactyl-wings-x86_64::https://github.com/pterodactyl/wings/releases/download/v1.6.1/wings_linux_arm64
- sha256sums_aarch64 = c7637ca29642f4305d0d1462d177e66f7962de7bcd1847588fa38a8b8720d72b
+ source_aarch64 = pterodactyl-wings-x86_64::https://github.com/pterodactyl/wings/releases/download/v1.6.3/wings_linux_arm64
+ sha256sums_aarch64 = 28a3d0a334559e1d4b0bc36e0ac90e44a20654b64512a898af0ad42472bb1156
pkgname = pterodactyl-wings-bin
diff --git a/PKGBUILD b/PKGBUILD
index 08ccb547f599..57d902b5df35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andy Bao <contact at andybao dot me>
pkgname="pterodactyl-wings-bin"
-pkgver=1.6.1
+pkgver=1.6.3
pkgrel=1
pkgdesc="The server control plane for Pterodactyl Panel - binary package"
url="https://pterodactyl.io/"
@@ -12,12 +12,12 @@ depends=("docker")
provides=("${pkgname/-bin/}")
conflicts=("${pkgname/-bin/}" "pterodactyl-daemon")
options=(!strip)
+source=("${pkgname/-bin/}.service")
source_x86_64=("${pkgname/-bin/}-$CARCH::https://github.com/pterodactyl/wings/releases/download/v$pkgver/wings_linux_amd64")
source_aarch64=("${pkgname/-bin/}-$CARCH::https://github.com/pterodactyl/wings/releases/download/v$pkgver/wings_linux_arm64")
-source=("${pkgname/-bin/}.service")
-sha256sums_x86_64=('28a3d0a334559e1d4b0bc36e0ac90e44a20654b64512a898af0ad42472bb1156')
-sha256sums_aarch64=('c7637ca29642f4305d0d1462d177e66f7962de7bcd1847588fa38a8b8720d72b')
sha256sums=('62dfff25f9bdae4769f4201ed30e7c2bfca54611bee75512c5626e74c764f46e')
+sha256sums_x86_64=('28a3d0a334559e1d4b0bc36e0ac90e44a20654b64512a898af0ad42472bb1156')
+sha256sums_aarch64=('28a3d0a334559e1d4b0bc36e0ac90e44a20654b64512a898af0ad42472bb1156')
package(){
install -d 640 "$pkgdir/etc/pterodactyl"