aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-11-18 00:12:13 +0900
committerAndrey Novikov2022-11-18 00:12:13 +0900
commit0a02dfb245dcca8d106bac058a2186cc7a3609c9 (patch)
tree09fd6bc021352004eef1fb15217a12541347a6ce /PKGBUILD
parentbff77ba80e8e6a7929e81b9193d79646c4427140 (diff)
downloadaur-0a02dfb245dcca8d106bac058a2186cc7a3609c9.tar.gz
Upgrade imgproxy to 3.11.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d6168db1141..01af435e8061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=3.10.0
+pkgver=3.11.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libvips>=8.10')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('73ada6a257f57b70c50904945a707677aeb5b4da8c70fa294308563630d58c9c')
+sha256sums=('34dd1be235ba8d3578112a6fae413edb3c11d8d2426c32cf06957ad1fb19cbd0')
build() {
cd "$pkgname-$pkgver"