aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2021-12-08 14:31:00 +0300
committerAndrey Novikov2021-12-08 14:31:00 +0300
commit35d384d8abe5e83f4d49d9671e1182624e01c623 (patch)
treec5be1c40659e3a918438f359898306c8882a41aa
parent8cbd7d9c23fee38dd47856f5a38e59a624645757 (diff)
downloadaur-35d384d8abe5e83f4d49d9671e1182624e01c623.tar.gz
Upgrade imgproxy to 3.1.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 680a82b6d1da..610208f2c15d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 3.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,7 +9,7 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips>=8.10
- source = https://github.com/imgproxy/imgproxy/archive/v3.0.0.tar.gz
- sha256sums = bdea6a0993b0af0fb815528edd544b5e67cab48b768d700ff55872e039a9b937
+ source = https://github.com/imgproxy/imgproxy/archive/v3.1.0.tar.gz
+ sha256sums = a5f5509f687ee7fccea4e09de021fad794cddde7b3743f43a0be243b57b6639c
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index aee5847fd6aa..e83468bc383d 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.0.0
+pkgver=3.1.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=('bdea6a0993b0af0fb815528edd544b5e67cab48b768d700ff55872e039a9b937')
+sha256sums=('a5f5509f687ee7fccea4e09de021fad794cddde7b3743f43a0be243b57b6639c')
build() {
cd "$pkgname-$pkgver"