aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-03-21 15:45:58 +0300
committerAndrey Novikov2022-03-21 15:45:58 +0300
commitc11a62c681ef49f9d40d96e2893d771d007db581 (patch)
treef84035b8c132c0a343f3aac2bc769da5936be7de /PKGBUILD
parent750807c5a9bae063df446b6b8e146beb2231babf (diff)
downloadaur-c11a62c681ef49f9d40d96e2893d771d007db581.tar.gz
Upgrade imgproxy to 3.3.3
See https://github.com/imgproxy/imgproxy/releases/tag/v3.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c623cce762e..1c4070581d3b 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.3.2
+pkgver=3.3.3
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=('45151781f0d419a2293be97c5e26ed91826a7232eeb298937438cc7b4a4f2a31')
+sha256sums=('a322608d1c6a32d5e0e3fffe03be4856a6245bf73fca9b24dd5f4265a836648c')
build() {
cd "$pkgname-$pkgver"