aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-03-04 16:00:52 +0300
committerAndrey Novikov2021-03-04 16:00:52 +0300
commit063b72a19e740d1cd869508200c3f36beaa746e6 (patch)
tree1c1d189346b98558bc6ab500fb059dd2dba0c4f0
parent73a10f6a102457c7b78dff003d25f883aec0235e (diff)
downloadaur-063b72a19e740d1cd869508200c3f36beaa746e6.tar.gz
Upgrade imgproxy to 2.16.2
See https://github.com/imgproxy/imgproxy/releases/tag/v2.16.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80703bf050f0..47e8845bd8dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 2.16.1
+ pkgver = 2.16.2
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,8 +9,8 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips
- source = https://github.com/imgproxy/imgproxy/archive/v2.16.1.tar.gz
- sha256sums = 763ba126e1bc056dff7e4d72b34a7b51a631eede69b3250da6096488bbb5b45d
+ source = https://github.com/imgproxy/imgproxy/archive/v2.16.2.tar.gz
+ sha256sums = 3b8548230da9b6afc743a477215662e185890af6d63bc6cb679fb7b9b8c184d8
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 6fc3cbda410b..acbea92926b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=2.16.1
+pkgver=2.16.2
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libvips')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('763ba126e1bc056dff7e4d72b34a7b51a631eede69b3250da6096488bbb5b45d')
+sha256sums=('3b8548230da9b6afc743a477215662e185890af6d63bc6cb679fb7b9b8c184d8')
build() {
cd "$pkgname-$pkgver"