aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2022-02-15 14:26:06 +0300
committerAndrey Novikov2022-02-15 14:26:06 +0300
commit3dda9c96ae66c7c950ad6c5f0c62858fc3af0b23 (patch)
treec118cee99ed0b4b2e18d04403431bfeb400ca06b
parent0c063afa44fb96f2ce594af4b91f8bbcb53bc3c1 (diff)
downloadaur-3dda9c96ae66c7c950ad6c5f0c62858fc3af0b23.tar.gz
Upgrade imgproxy to 3.2.2
See https://github.com/imgproxy/imgproxy/releases/tag/v3.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e1127ad604f..4f0c0ec44c16 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.2.1
+ pkgver = 3.2.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.2.1.tar.gz
- sha256sums = a7cd3f01e678856dbed9dc5323175c6b37e6aacd508c1fbf306a439ba36ea0b7
+ source = https://github.com/imgproxy/imgproxy/archive/v3.2.2.tar.gz
+ sha256sums = be0beb29fab9e3bd8f36a6ba90a933257d9bf8322a130aef6db17503ccbbf6ac
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index a82ccf5b527b..e7c860da1d35 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.2.1
+pkgver=3.2.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=('a7cd3f01e678856dbed9dc5323175c6b37e6aacd508c1fbf306a439ba36ea0b7')
+sha256sums=('be0beb29fab9e3bd8f36a6ba90a933257d9bf8322a130aef6db17503ccbbf6ac')
build() {
cd "$pkgname-$pkgver"