aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2023-02-16 19:52:34 +0900
committerAndrey Novikov2023-02-16 19:52:34 +0900
commit9cfa881fdc2d56f79bca474e166ac4b29e89d865 (patch)
treeae251d6120f4fd0a4440fbc487731f24feb55c29 /PKGBUILD
parentac0be6dd9e81ccff39b156b39f2ec15658e837be (diff)
downloadaur-9cfa881fdc2d56f79bca474e166ac4b29e89d865.tar.gz
Upgrade imgproxy to 3.13.2
See https://github.com/imgproxy/imgproxy/releases/tag/v3.13.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4878085392a..edcce786b0c4 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.13.1
+pkgver=3.13.2
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=('d60de3fc52f0872093af8a27377d72af08418685e2cc59dc3d18f07b532815b4')
+sha256sums=('d43627584551afc6936ca9cdd71549a961e7df969fc14291aa223755c5c72f19')
build() {
cd "$pkgname-$pkgver"