aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2019-12-27 16:12:20 +0300
committerAndrey Novikov2019-12-27 16:12:20 +0300
commit9f09f2f8e0f1c75c40f6f7d0bd824ff0b6151286 (patch)
treeb1609ed609d07c4d4a4644b7f04a8a0ffeef6ccb
parent05604330a38ee11a19c61e3d6e138e12c41786be (diff)
downloadaur-9f09f2f8e0f1c75c40f6f7d0bd824ff0b6151286.tar.gz
Upgrade imgproxy to 2.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6496d231da9f..0cf3a7b4a294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 2.8.0
+ pkgver = 2.8.1
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,8 +9,8 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = vips
- source = https://github.com/imgproxy/imgproxy/archive/v2.8.0.tar.gz
- sha256sums = ce5d5317e4db0fe5ca611458ab417943f6054bbc04dab93f61fc0071f6500996
+ source = https://github.com/imgproxy/imgproxy/archive/v2.8.1.tar.gz
+ sha256sums = 807b1f50338f2d39272deb231ed141105bee111d589d6dc2a1d253b658b453be
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 960b0aff1091..222fb8325de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=2.8.0
+pkgver=2.8.1
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('vips')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('ce5d5317e4db0fe5ca611458ab417943f6054bbc04dab93f61fc0071f6500996')
+sha256sums=('807b1f50338f2d39272deb231ed141105bee111d589d6dc2a1d253b658b453be')
build() {
cd "$pkgname-$pkgver"