aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2021-04-05 17:22:27 +0300
committerAndrey Novikov2021-04-05 17:22:27 +0300
commit2262d73071ce70db912adfaeb9685e3038a760a9 (patch)
tree25421d10e2548dcc092783009e8cca5d19977193 /PKGBUILD
parent063b72a19e740d1cd869508200c3f36beaa746e6 (diff)
downloadaur-2262d73071ce70db912adfaeb9685e3038a760a9.tar.gz
Upgrade imgproxy to 2.16.3
See https://github.com/imgproxy/imgproxy/releases/tag/v2.16.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acbea92926b6..6fcf88b803d6 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.2
+pkgver=2.16.3
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=('3b8548230da9b6afc743a477215662e185890af6d63bc6cb679fb7b9b8c184d8')
+sha256sums=('484de4e863bbaf4aafb52c581102a24c21b046722c94f382000fbd3e6a4db3bc')
build() {
cd "$pkgname-$pkgver"