aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2022-07-28 13:42:57 +0900
committerAndrey Novikov2022-07-28 13:42:57 +0900
commit4ecc47033b58945167813d2068b3ee01337d5ce4 (patch)
tree8af45014d2a86ac800a1c4bf76a551f18f3408d6
parentac7309dd17d37075ab3d7c02abd4d859f1a50f18 (diff)
downloadaur-4ecc47033b58945167813d2068b3ee01337d5ce4.tar.gz
Upgrade imgproxy to 3.7.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b907e988007..edbcae8ef8d5 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.6.0
+ pkgver = 3.7.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.6.0.tar.gz
- sha256sums = eb98d90313379a09d0d7421a1f0f9c0b42439d75f21bd746b2bcbb607caf65a6
+ source = https://github.com/imgproxy/imgproxy/archive/v3.7.0.tar.gz
+ sha256sums = 2c68077714672400ccb7c029f6f1844daff597966f411c24cba60077828fa6a5
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 4c34cde6b90b..e5b8c7f72da9 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.6.0
+pkgver=3.7.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=('eb98d90313379a09d0d7421a1f0f9c0b42439d75f21bd746b2bcbb607caf65a6')
+sha256sums=('2c68077714672400ccb7c029f6f1844daff597966f411c24cba60077828fa6a5')
build() {
cd "$pkgname-$pkgver"