aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-12-16 21:47:48 +0300
committerAndrey Novikov2021-12-16 21:47:48 +0300
commit4e6e597742f6941fe4576b298c8d1ebe4aacdc6e (patch)
treec5a4d14b3919cb057fdbbd3cf693d455b301639d
parentb0fe2c144da619ac1b5f21ebeab4706533c479f3 (diff)
downloadaur-4e6e597742f6941fe4576b298c8d1ebe4aacdc6e.tar.gz
Upgrade imgproxy to 3.1.2
See https://github.com/imgproxy/imgproxy/releases/tag/v3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce572795af3..7fc3aa12dd87 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.1
+ pkgver = 3.1.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.1.1.tar.gz
- sha256sums = 7dccb461ad7bf7cce5477715049d9915ba75fde2a09b0310ad9741b162aa0b93
+ source = https://github.com/imgproxy/imgproxy/archive/v3.1.2.tar.gz
+ sha256sums = 3129d57f0906f0f7ffafb2a8b71936ea47d671ea2baeaedd297fe19bc3ee6910
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 507e91029d40..d2a45274485e 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.1
+pkgver=3.1.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=('7dccb461ad7bf7cce5477715049d9915ba75fde2a09b0310ad9741b162aa0b93')
+sha256sums=('3129d57f0906f0f7ffafb2a8b71936ea47d671ea2baeaedd297fe19bc3ee6910')
build() {
cd "$pkgname-$pkgver"