aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2021-07-08 18:49:33 +0300
committerAndrey Novikov2021-07-08 18:49:33 +0300
commit8b7f9711f88f5b7aa894a0edcfe61f339e52db9d (patch)
treea0e7e2c225b87667f014715399b3f7b3c18b84d1 /PKGBUILD
parent10c7b898e319081081a5f4ed1287677f458f1e82 (diff)
downloadaur-8b7f9711f88f5b7aa894a0edcfe61f339e52db9d.tar.gz
Upgrade imgproxy to 2.16.6
See https://github.com/imgproxy/imgproxy/releases/tag/v2.16.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa2f8ee94070..62f604590f27 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.5
+pkgver=2.16.6
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=('1d5cae37c87cd5837c2d5ff01f8c97e34ea740a69e4179b2d29676995ca3fa52')
+sha256sums=('568ee735217d1b2b774b7d7c4d22492c117312cc7c8eec16faa5fd35ce9a7080')
build() {
cd "$pkgname-$pkgver"