aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-03-03 13:14:34 +0300
committerAndrey Novikov2021-03-03 13:14:34 +0300
commit73a10f6a102457c7b78dff003d25f883aec0235e (patch)
tree2f5b32c1d9c5b430deece20a2df8171924fc053b
parent475d8b489e42b48f886fc96cbf8e6fae577323ce (diff)
downloadaur-73a10f6a102457c7b78dff003d25f883aec0235e.tar.gz
Upgrade imgproxy to 2.16.1
See https://github.com/imgproxy/imgproxy/releases/tag/v2.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c8079882f59..80703bf050f0 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.0
+ pkgver = 2.16.1
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.0.tar.gz
- sha256sums = d52d705f159595c12341c54c34a18f8bb55bd55c3f4cc2493c0f9cf37405b109
+ source = https://github.com/imgproxy/imgproxy/archive/v2.16.1.tar.gz
+ sha256sums = 763ba126e1bc056dff7e4d72b34a7b51a631eede69b3250da6096488bbb5b45d
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 1dea9921507e..6fc3cbda410b 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.0
+pkgver=2.16.1
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=('d52d705f159595c12341c54c34a18f8bb55bd55c3f4cc2493c0f9cf37405b109')
+sha256sums=('763ba126e1bc056dff7e4d72b34a7b51a631eede69b3250da6096488bbb5b45d')
build() {
cd "$pkgname-$pkgver"