Skip to content
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

sdb: update to 1.4.1 #16402

Merged
merged 1 commit into from Nov 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/sdb/template
@@ -1,6 +1,6 @@
# Template file for 'sdb'
pkgname=sdb
version=1.3.0
version=1.4.1
revision=1
build_style=gnu-makefile
make_use_env=yes
Expand All @@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://radare.org"
distfiles="https://github.com/radare/sdb/archive/${version}.tar.gz"
checksum=e44ee7266a9f35cf81297739f9a41de89394166cc908494a4d5b7d81d6aedbc6
checksum=79cb0a41f7511c0568c05d889960e5ae3f00d3f2d2d72343671f95f4cf4b3bd3

sdb-devel_package() {
depends="sdb>=${version}_${revision}"
Expand Down