aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-01-19 15:33:54 +0300
committerAndrey Novikov2022-01-19 15:33:54 +0300
commit0c063afa44fb96f2ce594af4b91f8bbcb53bc3c1 (patch)
tree382d25bb6de976e5d7923f4cb78059e919efd69b /PKGBUILD
parente91da90324b7c43c5e3bde2686e3c0a50890a0e1 (diff)
downloadaur-0c063afa44fb96f2ce594af4b91f8bbcb53bc3c1.tar.gz
Upgrade imgproxy to 3.2.1
See https://github.com/imgproxy/imgproxy/releases/tag/v3.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8c9d656fa2a..a82ccf5b527b 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.2.0
+pkgver=3.2.1
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=('eadb855c0ae11120aea8432a29827204c22b2e85c58f5238447ef6359a983348')
+sha256sums=('a7cd3f01e678856dbed9dc5323175c6b37e6aacd508c1fbf306a439ba36ea0b7')
build() {
cd "$pkgname-$pkgver"