Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.217]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8ACCD780FB8 for ; Wed, 29 Dec 2021 16:50:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1640796610; s=strato-dkim-0002; d=erduman.de; h=Message-Id:Date:Subject:Cc:To:From:Cc:Date:From:Subject:Sender; bh=r4vc2WdR0JFi6VLLIEmWzsyN4v1jsOaVUJ8urCiF6OY=; b=iQxEhcWCbKhHU1qqPk1163datH2ou13wcxQHjoXYA8aXP6vnk1oBxNZs5m0NOXdadZ Xlsyr1nYkWtjzO9Cl3fh5LipKcnM/yRfqlv1OyIszB8iepw76bL/NoqgZ9AHtNrtRe3u rR8AJyX4gSM5QFsFfnP+1fGlSLOa5WOt5c/OBd6cHfIHvypHWAtnnSOmmLQId5SxMbjT uVzPSGr2TC4Kjeh4CiolTpr0zq/zIYRubC5I3hbjWTpf1GwFN9MyvmqKDUGs3VCblaSx qrS7etxxH+I93sa4hLgyE4E7Tkts9wyNhzWwIsrksYMCFwhvmeJRCOlx3gCVmPB8UZZ3 9Cjw== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":JG0PdE6Ifu01fGcw5LkiijwwjO8uLyVE4CyKsZZvl8YCKfMJ9B+NlmsB5qHKlQ854P8y" X-RZG-CLASS-ID: mo00 Received: from rocky.fritz.box by smtp.strato.de (RZmta 47.35.3 DYNA|AUTH) with ESMTPSA id v01391xBTGo9xXi (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Wed, 29 Dec 2021 17:50:09 +0100 (CET) From: Hakan Erduman To: alpine-aports@lists.alpinelinux.org Cc: Hakan Erduman Subject: [PATCH v2] testing/xfce4-hamster-plugin: new aport Date: Wed, 29 Dec 2021 17:49:52 +0100 Message-Id: <20211229164952.14850-1-hakan@erduman.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/xfce4-hamster-plugin/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/xfce4-hamster-plugin/APKBUILD b/testing/xfce4-hamster-plugin/APKBUILD index 52261bedfb..27c0cc47ef 100644 --- a/testing/xfce4-hamster-plugin/APKBUILD +++ b/testing/xfce4-hamster-plugin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Hakan Erduman pkgname=xfce4-hamster-plugin -pkgver=1.15 -pkgrel=1 +pkgver=1.16 +pkgrel=0 pkgdesc="A recreation of the gnome-shell hamster extension as a xfce4 panel plugin." url="https://github.com/projecthamster/xfce4-hamster-plugin" arch="all" @@ -24,5 +24,5 @@ package() { } sha512sums=" -ba26bf96d2d344569f0e98a4da7b6a1617d3b9c047e90debc2c84f858318e2e5862c68195899790ae7eaba77ab75c514e25ffa6fb7bf47e3fc70c82c8087f58e xfce4-hamster-plugin-1.15.tar.gz +15393027e91d0f05eaf17d38db1dfa459f68d9507444ece928910f0357c395aae2d4900966c101a0ef5c0149645d009d8c3b3cefbcb8a185173bb66718c208bd xfce4-hamster-plugin-1.16.tar.gz " -- 2.34.1