aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2024-02-28 17:34:43 +0900
committerAndrey Novikov2024-02-28 17:34:43 +0900
commitbd071a45fc55b6e9b4b674e79cf5350732014643 (patch)
tree9a9e088e7cb7185be2ab9a177987bde80ef4e2e9 /PKGBUILD
parente9a01460f0c5cd2f6e1491c29dda8ae7275f27ad (diff)
downloadaur-bd071a45fc55b6e9b4b674e79cf5350732014643.tar.gz
Upgrade imgproxy to 3.22.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"