aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-12-12 18:40:34 +0900
committerAndrey Novikov2022-12-12 18:40:34 +0900
commit9e89c3344b918bb78a3ab53e89b58e6f9589fa55 (patch)
tree9ee97954a83475960e82e5b457c259adf1ec12a5 /PKGBUILD
parent0a02dfb245dcca8d106bac058a2186cc7a3609c9 (diff)
downloadaur-9e89c3344b918bb78a3ab53e89b58e6f9589fa55.tar.gz
Upgrade imgproxy to 3.12.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01af435e8061..5fbb69220058 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.11.0
+pkgver=3.12.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=('34dd1be235ba8d3578112a6fae413edb3c11d8d2426c32cf06957ad1fb19cbd0')
+sha256sums=('df5d78b05a04b98f3e410948eff73cad1abd7dbb0a31dfbc9ce5cde653d6a718')
build() {
cd "$pkgname-$pkgver"