aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2024-02-28 17:34:43 +0900
committerAndrey Novikov2024-02-28 17:34:43 +0900
commitbd071a45fc55b6e9b4b674e79cf5350732014643 (patch)
tree9a9e088e7cb7185be2ab9a177987bde80ef4e2e9
parente9a01460f0c5cd2f6e1491c29dda8ae7275f27ad (diff)
downloadaur-bd071a45fc55b6e9b4b674e79cf5350732014643.tar.gz
Upgrade imgproxy to 3.22.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edc1536339f2..123f47fffa28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 3.21.0
+ pkgver = 3.22.0
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,7 +9,7 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips>=8.10
- source = https://github.com/imgproxy/imgproxy/archive/v3.21.0.tar.gz
- sha256sums = f8c3b94c6db8674028e419da43adfdb9636c39c3e7f45ef8191ce0990106aeba
+ source = https://github.com/imgproxy/imgproxy/archive/v3.22.0.tar.gz
+ sha256sums = cb7f6ba7cd4db6e78be58332bf13cc0a6fc4153314efa09cbae12414f45a7252
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 26b30e1f2dfc..57c2fc231465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=3.21.0
+pkgver=3.22.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libvips>=8.10')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('f8c3b94c6db8674028e419da43adfdb9636c39c3e7f45ef8191ce0990106aeba')
+sha256sums=('cb7f6ba7cd4db6e78be58332bf13cc0a6fc4153314efa09cbae12414f45a7252')
build() {
cd "$pkgname-$pkgver"