aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2023-02-16 19:52:34 +0900
committerAndrey Novikov2023-02-16 19:52:34 +0900
commit9cfa881fdc2d56f79bca474e166ac4b29e89d865 (patch)
treeae251d6120f4fd0a4440fbc487731f24feb55c29
parentac0be6dd9e81ccff39b156b39f2ec15658e837be (diff)
downloadaur-9cfa881fdc2d56f79bca474e166ac4b29e89d865.tar.gz
Upgrade imgproxy to 3.13.2
See https://github.com/imgproxy/imgproxy/releases/tag/v3.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea6621839afe..a0ee25b6283a 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.13.1
+ pkgver = 3.13.2
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.13.1.tar.gz
- sha256sums = d60de3fc52f0872093af8a27377d72af08418685e2cc59dc3d18f07b532815b4
+ source = https://github.com/imgproxy/imgproxy/archive/v3.13.2.tar.gz
+ sha256sums = d43627584551afc6936ca9cdd71549a961e7df969fc14291aa223755c5c72f19
pkgname = imgproxy
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"