8000 Update netevent to 2.2.2 by Eeems · Pull Request #800 · toltec-dev/toltec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update netevent to 2.2.2 #800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package/netevent/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pkgnames=(netevent)
pkgdesc="Input-Event device cloning utility"
url="https://github.com/Blub/netevent"
pkgver=2.2.1-1
timestamp=2021-12-03T19:43:04+01:00
pkgver=2.2.2-1
timestamp=2023-04-29T14:21:02Z
section=utils
maintainer="Salvatore Stella <etn 681B 45p4m@gmail.com>"
license=GPL-2.0-only
Expand All @@ -16,7 +16,7 @@ source=(
"https://github.com/Blub/netevent/archive/refs/tags/${pkgver%-*}.tar.gz"
)
sha256sums=(
ba1289cc04aef563baa9cc203111af3980a9311442233ffcf76760cda9f6aa69
09c0e97cd5c2cf5ed51e44ce955cc28cfa2cd0022bd48241f1096bc441439d3a
)

build() {
Expand Down
Loading
0