summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuckket2019-08-16 14:55:00 +0200
committerbuckket2019-08-16 14:55:00 +0200
commit9fb74eedbe249bffc3e8b31efb6aa4004cd9dcea (patch)
tree376c942d727a834c5e44fbf0bf2ac884a633d65b
parent2ab355b32f827b6407db1cca1d89636aa7f89b50 (diff)
downloadaur-9fb74eedbe249bffc3e8b31efb6aa4004cd9dcea.tar.gz
Bump to v1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca3ebd4a48f1..804b08f4262e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = pkgproxy
pkgdesc = pkgproxy is a caching proxy server for usage with pacman
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/buckket/pkgproxy
arch = x86_64
arch = i686
license = GPL
makedepends = go-pie
- source = https://github.com/buckket/pkgproxy/archive/v1.0.0.tar.gz
+ source = https://github.com/buckket/pkgproxy/archive/v1.0.1.tar.gz
source = pkgproxy.service
- sha256sums = 3a166f13815d8e47ed771678da2cf060232134478683540fadbe98007467a095
+ sha256sums = 9b439b9a0f653b788ccc73a49b7dac31b236c9130c48bed1bf465248e3a50bd9
sha256sums = 2c8ca0036aa5dd42d66605cb3a9e02abd33500840be5536579b522592881e7fb
pkgname = pkgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 78ebed2076f6..4af1c2abd640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: buckket <felix@buckket.org>
pkgname=pkgproxy
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc='pkgproxy is a caching proxy server for usage with pacman'
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ url="https://github.com/buckket/$pkgname"
license=('GPL')
makedepends=('go-pie')
source=("$url/archive/v$pkgver.tar.gz" "pkgproxy.service")
-sha256sums=('3a166f13815d8e47ed771678da2cf060232134478683540fadbe98007467a095'
+sha256sums=('9b439b9a0f653b788ccc73a49b7dac31b236c9130c48bed1bf465248e3a50bd9'
'2c8ca0036aa5dd42d66605cb3a9e02abd33500840be5536579b522592881e7fb')
build() {