summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIwan Timmer2018-02-09 21:52:24 +0100
committerIwan Timmer2018-02-09 21:52:24 +0100
commitbe0eced6a162aa4ce1f0352795c47158810da8f3 (patch)
treefb89295b35b8a30406ede6ff2393f9ba7e8199f5
parent55caa6662dd2b20474c60c9a4e3736c4a84b8c58 (diff)
downloadaur-be0eced6a162aa4ce1f0352795c47158810da8f3.tar.gz
Update to version 161
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2d87f695781..3d8a5f88ea8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
- pkgver = 160
+ pkgver = 161
pkgrel = 1
url = http://www.cockpit-project.org/
arch = i686
@@ -35,11 +35,11 @@ pkgbase = cockpit
optdepends = libvirt: manage virtual machines
optdepends = kubernetes: manage cluster
conflicts = cockpit-git
- noextract = cockpit-160.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/160/cockpit-160.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/160/cockpit-cache-160.tar.xz
- sha1sums = 236c4ed6fc4cfc4d78edf1d6fc9c54de08d82432
- sha1sums = afaf9886d706738d3fffc375eba2b14e4b6a6dac
+ noextract = cockpit-161.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/161/cockpit-161.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/161/cockpit-cache-161.tar.xz
+ sha1sums = aaf798f4016f77446a0295b4551947f05f0f0117
+ sha1sums = d7e5fa1e7f9621db35673e34996847e644ad798e
pkgname = cockpit
diff --git a/PKGBUILD b/PKGBUILD
index 781d7ed6020d..38da96bfb1c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=cockpit
-pkgver=160
+pkgver=161
pkgrel=1
pkgdesc='A systemd web based user interface for Linux servers'
arch=(i686 x86_64 armv6h armv7h)
@@ -21,8 +21,8 @@ optdepends=("udisks2: manage hard disks"
source=(https://github.com/cockpit-project/cockpit/releases/download/${pkgver}/cockpit-${pkgver}.tar.xz
https://github.com/cockpit-project/cockpit/releases/download/${pkgver}/cockpit-cache-${pkgver}.tar.xz)
noextract=(cockpit-${pkgver}.tar.xz)
-sha1sums=('236c4ed6fc4cfc4d78edf1d6fc9c54de08d82432'
- 'afaf9886d706738d3fffc375eba2b14e4b6a6dac')
+sha1sums=('aaf798f4016f77446a0295b4551947f05f0f0117'
+ 'd7e5fa1e7f9621db35673e34996847e644ad798e')
prepare() {
cd $srcdir