aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-06-28 14:38:19 +0300
committerAndrey Novikov2021-06-28 14:38:19 +0300
commit10c7b898e319081081a5f4ed1287677f458f1e82 (patch)
treecbc45dd742d4ddaa2742f5b263cf31e53cd22b02
parentb18bbcfdc6480e5f5842ca082f18d3b12f6363e5 (diff)
downloadaur-10c7b898e319081081a5f4ed1287677f458f1e82.tar.gz
Upgrade imgproxy to 2.16.5
See https://github.com/imgproxy/imgproxy/releases/tag/v2.16.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0f66068f55..5c715f993778 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.4
+ pkgver = 2.16.5
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.4.tar.gz
- sha256sums = 28dcc116b029df27532c631beb1c85810695561c34465caa36b2c62eda601aa1
+ source = https://github.com/imgproxy/imgproxy/archive/v2.16.5.tar.gz
+ sha256sums = 1d5cae37c87cd5837c2d5ff01f8c97e34ea740a69e4179b2d29676995ca3fa52
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 82b4481ceab2..aa2f8ee94070 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.4
+pkgver=2.16.5
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=('28dcc116b029df27532c631beb1c85810695561c34465caa36b2c62eda601aa1')
+sha256sums=('1d5cae37c87cd5837c2d5ff01f8c97e34ea740a69e4179b2d29676995ca3fa52')
build() {
cd "$pkgname-$pkgver"