summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abc20eeb87aa..9522596e882a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = casaos-gateway
pkgdesc = CasaOS Gateway is a dynamic API gateway service that can be used to expose APIs from different other HTTP based services.
- pkgver = 0.4.2
+ pkgver = 0.4.5
pkgrel = 1
url = https://github.com/IceWhaleTech/CasaOS-Gateway
arch = x86_64
@@ -9,16 +9,16 @@ pkgbase = casaos-gateway
groups = casaos
license = APACHE
backup = etc/casaos/gateway.ini
- source_x86_64 = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.2/linux-amd64-casaos-gateway-v0.4.2.tar.gz
- source_x86_64 = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.2/linux-amd64-casaos-gateway-migration-tool-v0.4.2.tar.gz
+ source_x86_64 = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.5-alpha1/linux-amd64-casaos-gateway-v0.4.5-alpha1.tar.gz
+ source_x86_64 = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.5-alpha1/linux-amd64-casaos-gateway-migration-tool-v0.4.5-alpha1.tar.gz
sha256sums_x86_64 = SKIP
sha256sums_x86_64 = SKIP
- source_aarch64 = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.2/linux-arm64-casaos-gateway-v0.4.2.tar.gz
- source_aarch64 = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.2/linux-arm64-casaos-gateway-migration-tool-v0.4.2.tar.gz
+ source_aarch64 = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.5-alpha1/linux-arm64-casaos-gateway-v0.4.5-alpha1.tar.gz
+ source_aarch64 = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.5-alpha1/linux-arm64-casaos-gateway-migration-tool-v0.4.5-alpha1.tar.gz
sha256sums_aarch64 = SKIP
sha256sums_aarch64 = SKIP
- source_armv7h = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.2/linux-arm-7-casaos-gateway-v0.4.2.tar.gz
- source_armv7h = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.2/linux-arm-7-casaos-gateway-migration-tool-v0.4.2.tar.gz
+ source_armv7h = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.5-alpha1/linux-arm-7-casaos-gateway-v0.4.5-alpha1.tar.gz
+ source_armv7h = https://github.com/IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.5-alpha1/linux-arm-7-casaos-gateway-migration-tool-v0.4.5-alpha1.tar.gz
sha256sums_armv7h = SKIP
sha256sums_armv7h = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index be64dbdee95a..1c5ee9d5cd2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ns2Kracy <2220496937@qq.com>
# Maintainer: CorrectRoadH <correctroadh@gmail.com>
pkgname=casaos-gateway
-pkgver=0.4.2
+pkgver=0.4.5
pkgrel=1
pkgdesc='CasaOS Gateway is a dynamic API gateway service that can be used to expose APIs from different other HTTP based services.'
arch=('x86_64' 'aarch64' 'armv7h')