aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2022-01-18 15:46:13 +0300
committerAndrey Novikov2022-01-18 15:46:13 +0300
commite91da90324b7c43c5e3bde2686e3c0a50890a0e1 (patch)
tree3c6e2eb2db3cd4d2db9fb1c3cce87d8fc7714d7a
parent4627b43d646e8862f33d73273bd055e37e9f3b44 (diff)
downloadaur-e91da90324b7c43c5e3bde2686e3c0a50890a0e1.tar.gz
Upgrade imgproxy to 3.2.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08db811d2e17..0f38b63f1aae 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.1.3
+ pkgver = 3.2.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.1.3.tar.gz
- sha256sums = 21fb4c9d92e8a169e966c7ec7ebfa4527177cabeb49042e5dd0c7baf32a2824f
+ source = https://github.com/imgproxy/imgproxy/archive/v3.2.0.tar.gz
+ sha256sums = eadb855c0ae11120aea8432a29827204c22b2e85c58f5238447ef6359a983348
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 118325f8db72..b8c9d656fa2a 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.1.3
+pkgver=3.2.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=('21fb4c9d92e8a169e966c7ec7ebfa4527177cabeb49042e5dd0c7baf32a2824f')
+sha256sums=('eadb855c0ae11120aea8432a29827204c22b2e85c58f5238447ef6359a983348')
build() {
cd "$pkgname-$pkgver"