golang-github-tidwall-match 1.1.1-1 source package in Ubuntu

Changelog

golang-github-tidwall-match (1.1.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Thorsten Alteholz ]
  * New upstream release.
  * reverse dependencies successfully built with ratt:
    - garagemq
    - wuzz
    - g10k
    - golang-github-tidwall-gjson
    - golang-github-appleboy-gin-jwt
    - golang-github-tidwall-buntdb
    - golang-github-tidwall-grect
    - crowdsec
  * debian/control: bump standard to 4.6.0 (no changes)

 -- Thorsten Alteholz <email address hidden>  Thu, 21 Apr 2022 00:50:06 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tidwall-match_1.1.1-1.dsc 2.4 KiB 105fa1aa65119f89c99f00e4525d66c1e14724efcaff586e6a46ffe169786ef6
golang-github-tidwall-match_1.1.1.orig.tar.gz 5.8 KiB 1fc2ff17ecdd82c7ba739b4f373b9df731a8e42517c70285c8bbf24dd9b3f2f0
golang-github-tidwall-match_1.1.1-1.debian.tar.xz 2.6 KiB 2ff66051419efbb2643cc486dfd5e405296750dbd83258077610513da96b9656

Available diffs

No changes file available.

Binary packages built by this source

golang-github-tidwall-match-dev: simple string pattern matcher for Go

 Match is a very simple pattern matcher where '*' matches on any number
 characters and '?' matches on any one character.