diff options
author | BrainwreckedTech | 2022-03-15 19:53:19 -0400 |
---|---|---|
committer | BrainwreckedTech | 2022-03-15 19:53:19 -0400 |
commit | d08e111e0fd6d3d50d73485a1571a5f721563a7b (patch) | |
tree | 193cc954722e2f575a7ac88637a4c46c315830f1 /PKGBUILD | |
parent | 23a534870bbce9ad500f5fb9bf720a0f5705a1b1 (diff) | |
download | aur-d08e111e0fd6d3d50d73485a1571a5f721563a7b.tar.gz |
Updated to v1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,15 +1,16 @@ -# Maintainer: Andrew Steinke <rkcf@rkcf.me> +# Maintainer: BrainwreckedTech <bwt at bwt dot com dot de> +# Previous Maintainer: Andrew Steinke <rkcf at rkcf dot me> pkgname=cockpit-zfs-manager -pkgver=0.3.4.514 +pkgver=1.3.0 pkgrel=1 pkgdesc="An interactive ZFS on Linux admin package for Cockpit" arch=('any') -url="https://github.com/optimans/cockpit-zfs-manager" +url="https://github.com/45Drives/cockpit-zfs-manager" license=('GPL3') depends=('cockpit' 'zfs') -source=("https://github.com/optimans/cockpit-zfs-manager/archive/$pkgver.tar.gz") -md5sums=('c4066a4696d765b4c0d3c82ee11bc75c') +source=("https://github.com/45Drives/cockpit-zfs-manager/archive/refs/tags/v${pkgver}.tar.gz") +sha256sums=('296a44b932a5846e882e2bedd3bd2a1e8a57345518ac08b902df7bca3acf925f') package() { install -dm755 "$pkgdir"/usr/share/cockpit/zfs @@ -18,5 +19,3 @@ package() { install -Dm644 "$file" "$pkgdir"/usr/share/cockpit/zfs/; done } - -# vim:set ts=2 sw=2 et: |