[arch-commits] Commit in wavemon/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Jan 17 17:04:23 UTC 2020


    Date: Friday, January 17, 2020 @ 17:04:23
  Author: anthraxx
Revision: 552872

upgpkg: wavemon 0.9.1-1

Modified:
  wavemon/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 17:01:53 UTC (rev 552871)
+++ PKGBUILD	2020-01-17 17:04:23 UTC (rev 552872)
@@ -2,7 +2,7 @@
 # Contributor: Beej Jorgensen <beej at beej.us>
 
 pkgname=wavemon
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Ncurses-based monitoring application for wireless network devices'
 url='https://github.com/uoaerg/wavemon'
@@ -9,8 +9,9 @@
 arch=('x86_64')
 license=('GPL3')
 depends=('ncurses' 'libcap' 'libnl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('027e52c2096e36cdb34081b6accbb83943d0337da75d66de3ff61cc3a255faa2b129c2a8c9f72680fc9cd7a1bc9f837d52611b141d5855e01a82ff8e5739cd80')
+source=(https://github.com/uoaerg/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('5ebd5b79d3b7c546bc16b95161872c699a75e9acdfc6e3f02ec48dad10802067')
+sha512sums=('c05e9ea488d3fb9bfdb15419aadc54bed08d338dba7c118d2a2ff6423ffe31c16ff8e9e05fc2e39fffb069f28fa7daef30f079ca63186064c0ade4f9fe98864c')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list