aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2021-09-07 15:27:11 +0300
committerAndrey Novikov2021-09-07 15:27:11 +0300
commita260d4cbd7a9193b3d4eb18edd4457bd841904c3 (patch)
treef88e2ee5b4c9ec9bba8b09fc27b3a764fb0e7860 /PKGBUILD
parente5eebd58775396626a0116ac476680548aef455f (diff)
downloadaur-a260d4cbd7a9193b3d4eb18edd4457bd841904c3.tar.gz
Upgrade imgproxy to 2.17.0
See https://github.com/imgproxy/imgproxy/releases/tag/v2.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 100001f3332b..bad6c801f650 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.7
+pkgver=2.17.0
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=('a86c60134fc06999c2bf038e0f12d73dd7452125764bf127b8adafc31db5426a')
+sha256sums=('f04486e02ca40d14e65cf1774c7bad85d5a237de3798b14cc1160e9eafdb8200')
build() {
cd "$pkgname-$pkgver"