aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-10-20 21:07:47 +0900
committerAndrey Novikov2022-10-20 21:07:47 +0900
commite033c8127fca9a7f97c7fc34babfd4310ffbec05 (patch)
treef428e1584191ee710e00785551a8bdd62bb4dc85 /PKGBUILD
parent9180a6fdf61c3f3d25432fddfe6da5ffa82d8ca5 (diff)
downloadaur-e033c8127fca9a7f97c7fc34babfd4310ffbec05.tar.gz
Upgrade imgproxy to 3.9.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f984ada6d82..4876b5165345 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.8.0
+pkgver=3.9.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=('811ccca896fbf307eb9526bfa5d991f3be95ddda030d03d14a0eb1a5d2f525c1')
+sha256sums=('e1cb4065b190840d99059e037a9ee64cf9efed5408c632016f88da0fe772dbf6')
build() {
cd "$pkgname-$pkgver"