Skip to content

Commit

Permalink
main/mbuffer: update to 20241007
Browse files Browse the repository at this point in the history
also enable md5 checksumming
  • Loading branch information
z-erica authored and nekopsykose committed Oct 8, 2024
1 parent 4c6c96b commit 9745417
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions main/mbuffer/template.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
pkgname = "mbuffer"
pkgver = "20240929"
pkgrel = 1
pkgver = "20241007"
pkgrel = 0
build_style = "cmake"
make_dir = "."
hostmakedepends = ["cmake", "ninja"]
makedepends = ["linux-headers"]
makedepends = [
"linux-headers",
"openssl-devel",
]
pkgdesc = "Tool for buffering data streams"
maintainer = "Erica Z <[email protected]>"
license = "GPL-3.0-only"
url = "https://www.maier-komor.de/mbuffer.html"
source = f"https://www.maier-komor.de/software/mbuffer/mbuffer-{pkgver}.tgz"
sha256 = "efb6c6de3e2459d2398774cdd44ec0a6e6b88c4132ede43d3d5e2f6c18d9a6a7"
sha256 = "9d7363010b4ef45b1646f6b5f5027b49bb6a209c502fb84e281c7bd771d56bed"


def pre_configure(self):
Expand Down

0 comments on commit 9745417

Please sign in to comment.