aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-12-22 18:16:22 +0300
committerAndrey Novikov2021-12-22 18:16:22 +0300
commit4627b43d646e8862f33d73273bd055e37e9f3b44 (patch)
tree165a13cb31fb2370b5c05be88830ec0a087b4b1d
parent4e6e597742f6941fe4576b298c8d1ebe4aacdc6e (diff)
downloadaur-4627b43d646e8862f33d73273bd055e37e9f3b44.tar.gz
Upgrade imgproxy to 3.1.3
See https://github.com/imgproxy/imgproxy/releases/tag/v3.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fc3aa12dd87..08db811d2e17 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.2
+ pkgver = 3.1.3
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.2.tar.gz
- sha256sums = 3129d57f0906f0f7ffafb2a8b71936ea47d671ea2baeaedd297fe19bc3ee6910
+ source = https://github.com/imgproxy/imgproxy/archive/v3.1.3.tar.gz
+ sha256sums = 21fb4c9d92e8a169e966c7ec7ebfa4527177cabeb49042e5dd0c7baf32a2824f
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index d2a45274485e..118325f8db72 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.2
+pkgver=3.1.3
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=('3129d57f0906f0f7ffafb2a8b71936ea47d671ea2baeaedd297fe19bc3ee6910')
+sha256sums=('21fb4c9d92e8a169e966c7ec7ebfa4527177cabeb49042e5dd0c7baf32a2824f')
build() {
cd "$pkgname-$pkgver"