summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2021-08-27 11:27:15 +0200
committerStephan Springer2021-08-27 11:27:15 +0200
commit8411f267b19f092e1821ccce6de0a3132af85fc4 (patch)
treefe230e0035c00fe74bf6eb1f3a11d158649b1c7e /PKGBUILD
parente47ddf734205e792c078e343d8af38382332e6c2 (diff)
downloadaur-8411f267b19f092e1821ccce6de0a3132af85fc4.tar.gz
update to version 2.2.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17fa755f2e68..0cd440b491bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-server
-pkgver=2.2.23
+pkgver=2.2.24
pkgrel=1
pkgdesc='GNS3 network simulator, Server package'
arch=('x86_64' 'aarch64')
@@ -38,7 +38,7 @@ optdepends=(
install="$pkgname".install
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$pkgname@.service")
-sha256sums=('0ed75a0d4438ef5cc07cccbccb79a60e6982f615981a58a2dde5082773203575'
+sha256sums=('ed47d1dde360805bf97b5269fcb361017e20c975a54c904ebbb9de47a1a58556'
'b43f0ead963a06e613d3303d2c66372b57f46c750b3d6df20eb99c11078de65f')
prepare() {
@@ -48,9 +48,9 @@ prepare() {
-e 's|^aiohttp==3\.7\.4.*|aiohttp>=3.7.4|' \
-e 's|^aiofiles==0\.7\.0$|aiofiles>=0.7.0|' \
-e 's|^Jinja2==3\.0\.1$|Jinja2>=3.0.1|' \
- -e 's|^sentry-sdk==1\.1\.0$|sentry-sdk>=1.1.0|' \
+ -e 's|^sentry-sdk==1\.3\.1$|sentry-sdk>=1.3.1|' \
-e 's|^psutil==5\.8\.0$|psutil>=5.8.0|' \
- -e 's|^distro==1\.5\.0$|distro>=1.5.0|' \
+ -e 's|^distro==1\.6\.0$|distro>=1.6.0|' \
-e 's|^py-cpuinfo==8\.0\.0$|py-cpuinfo>=8.0.0|' \
requirements.txt
}