aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2020-02-05 14:37:41 +0300
committerAndrey Novikov2020-02-05 14:37:41 +0300
commite16ecb0018e9d30c1013e107c6a9c8ed9b6ced52 (patch)
treeb16ed512ba64a8708d95d002e8a7f9f3b1aeb533 /PKGBUILD
parent94a1ebc5bc5956501981e166e1a338113485571d (diff)
downloadaur-e16ecb0018e9d30c1013e107c6a9c8ed9b6ced52.tar.gz
Upgrade imgproxy to 2.9.0
See https://github.com/imgproxy/imgproxy/releases/tag/v2.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67795fa0a651..48cc1603534b 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.8.2
+pkgver=2.9.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('vips')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('5b7d17b9b4f2423c52d18ffac28ba554b3df48785132555758e9cd8e5024650c')
+sha256sums=('cb6c003adcb154bb2aa797f2ada67abac2d4c9438587c565df1274aad7fe8236')
build() {
cd "$pkgname-$pkgver"