aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-11-07 23:26:37 +0900
committerAndrey Novikov2022-11-07 23:26:37 +0900
commitbff77ba80e8e6a7929e81b9193d79646c4427140 (patch)
tree029d150b01d6a2b9f775a1eaa6f276a00a99b7d3 /PKGBUILD
parente033c8127fca9a7f97c7fc34babfd4310ffbec05 (diff)
downloadaur-bff77ba80e8e6a7929e81b9193d79646c4427140.tar.gz
Upgrade imgproxy to 3.10.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4876b5165345..9d6168db1141 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.9.0
+pkgver=3.10.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=('e1cb4065b190840d99059e037a9ee64cf9efed5408c632016f88da0fe772dbf6')
+sha256sums=('73ada6a257f57b70c50904945a707677aeb5b4da8c70fa294308563630d58c9c')
build() {
cd "$pkgname-$pkgver"