Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
ufw-extras
Commits:
1dfd0bbd by Alexander F. Rødseth at 2024-03-26T01:05:53+01:00
upgpkg: 1.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = ufw-extras
pkgdesc = Extra configuration files for UFW
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/xyproto/ufw-extras
arch = any
license = GPL2
makedepends = git
depends = ufw
- source =
git+https://github.com/xyproto/ufw-extras#commit=9aa472339dad5479c59cc73cf4046dde0e236161
- b2sums = SKIP
+ source =
git+https://github.com/xyproto/ufw-extras#commit=0ec1472d53f7334174c3e829720344646a7465f9
+ b2sums =
bac1cbd69182ab8e7f5e4824340149f3b3a27b880cff9ac3a2b33c822bda636cd3f7447fa115a47e5d03b78860e0b58d12cf05874c81147f02f77413d27b75a8
pkgname = ufw-extras
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <[email protected]>
pkgname=ufw-extras
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='Extra configuration files for UFW'
arch=(any)
@@ -9,8 +9,8 @@ url='https://github.com/xyproto/ufw-extras'
license=(GPL2)
depends=(ufw)
makedepends=(git)
-source=("git+$url#commit=9aa472339dad5479c59cc73cf4046dde0e236161") # tag:
v1.0.0
-b2sums=('SKIP')
+source=("git+$url#commit=0ec1472d53f7334174c3e829720344646a7465f9") # tag:
v1.1.0
+b2sums=('bac1cbd69182ab8e7f5e4824340149f3b3a27b880cff9ac3a2b33c822bda636cd3f7447fa115a47e5d03b78860e0b58d12cf05874c81147f02f77413d27b75a8')
package() {
for f in $pkgname/ufw-*; do
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ufw-extras/-/commit/1dfd0bbdd427a24683d56ffb63a25d39130a2ef4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ufw-extras/-/commit/1dfd0bbdd427a24683d56ffb63a25d39130a2ef4
You're receiving this email because of your account on gitlab.archlinux.org.