aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-06-14 15:09:31 +0300
committerAndrey Novikov2022-06-14 15:09:31 +0300
commitac7309dd17d37075ab3d7c02abd4d859f1a50f18 (patch)
treefc5a22fdfcc2019a0a6acaf4f8c271610c57b3ef /PKGBUILD
parent04ec163bd8695287ae6313260a7148773ea99a81 (diff)
downloadaur-ac7309dd17d37075ab3d7c02abd4d859f1a50f18.tar.gz
Upgrade imgproxy to 3.6.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c77b93fec87..4c34cde6b90b 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.5.1
+pkgver=3.6.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=('1ad4f38c56db422bef77289a17653189776fc50f7749cb0e938e539fabb57830')
+sha256sums=('eb98d90313379a09d0d7421a1f0f9c0b42439d75f21bd746b2bcbb607caf65a6')
build() {
cd "$pkgname-$pkgver"