Message ID | 20251008191547.2160689-1-dario.binacchi@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
On 08/10/2025 21:15, Dario Binacchi wrote: > Release notes: > https://github.com/google/fscryptctl/blob/master/NEWS.md#version-110 > https://github.com/google/fscryptctl/blob/master/NEWS.md#version-120 > > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Applied to master, thanks. To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.
diff --git a/package/fscryptctl/fscryptctl.hash b/package/fscryptctl/fscryptctl.hash index 0dcca6893edf..fb6cc27326f8 100644 --- a/package/fscryptctl/fscryptctl.hash +++ b/package/fscryptctl/fscryptctl.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 3828d5ad9b93664b9fec0174fc5d8e96d7b021a7896da74efe18fabe5f01d638 fscryptctl-1.0.0.tar.gz +sha256 192e25733006b05592fd87038a3a51a014db22f462ce0b24d47c30e66d03ea2c fscryptctl-1.2.0.tar.gz sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE diff --git a/package/fscryptctl/fscryptctl.mk b/package/fscryptctl/fscryptctl.mk index 0546f67a1f27..d235bf45401f 100644 --- a/package/fscryptctl/fscryptctl.mk +++ b/package/fscryptctl/fscryptctl.mk @@ -4,7 +4,7 @@ # ################################################################################ -FSCRYPTCTL_VERSION = 1.0.0 +FSCRYPTCTL_VERSION = 1.2.0 FSCRYPTCTL_SITE = $(call github,google,fscryptctl,v$(FSCRYPTCTL_VERSION)) FSCRYPTCTL_LICENSE = Apache-2.0 FSCRYPTCTL_LICENSE_FILES = LICENSE
Release notes: https://github.com/google/fscryptctl/blob/master/NEWS.md#version-110 https://github.com/google/fscryptctl/blob/master/NEWS.md#version-120 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- package/fscryptctl/fscryptctl.hash | 2 +- package/fscryptctl/fscryptctl.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)