aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2023-07-14 12:50:17 +0900
committerAndrey Novikov2023-07-14 12:50:17 +0900
commitb9170d67d514fe85f8294cd188d40ce3e6e1985d (patch)
tree571396a4791c2bf2398c6ad590d46c997c99e749 /PKGBUILD
parent9c981f7e3318b34dc5199579167926e18aff1841 (diff)
downloadaur-b9170d67d514fe85f8294cd188d40ce3e6e1985d.tar.gz
Upgrade imgproxy to 3.18.2
See https://github.com/imgproxy/imgproxy/releases/tag/v3.18.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index decb8c0a181f..72dd02130e23 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.18.1
+pkgver=3.18.2
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=('50972124fe9a74aa72d7b1e58c113d5312aab64f28f696f32d63c7eb74575760')
+sha256sums=('b65a4df906a76716136fc4b4fd744cec83da6589992dd52f48de2b3f8eee4a2b')
build() {
cd "$pkgname-$pkgver"